I understand the need to port to cython. But is the speed difference that significant for moderate problems? I am just curious.
On Sunday, March 31, 2019 at 1:11:12 PM UTC-4, [email protected] wrote: > > There are multiple ways of improving the graph module > > - make it fully compatible with Python 3. See e.g., > https://trac.sagemath.org/ticket/26640 > - make sure that all methods perform correctly when given a multigraph > with loops, either that the algorithm return the correct answer or an > clear > error is raised > - speed up several methods using Cython > - continue to clean and improve the documentation of all methods > > So you can find many ways of improving the graph module, as well as other > modules of Sagemath in general. > > > > Le dimanche 31 mars 2019 14:52:36 UTC+2, Shivam Chauhan a écrit : >> >> >> hi >> Can you please provide some more details and references regarding >> *Improvements >> of the graph module?* >> >> > -- You received this message because you are subscribed to the Google Groups "sage-gsoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-gsoc. For more options, visit https://groups.google.com/d/optout.
