Graph theory is generally considered out of scope for SymPy, unless there is some reason the thing in question needs a symbolic algebra system (or conversely if some graph algorithm is needed for some symbolic algorithm). There are already good graph theory libraries for Python, such as networkx.
Aaron Meurer On Thu, Sep 21, 2017 at 8:37 AM, Sai Harsh Tondomker <[email protected]> wrote: > Dear All, > I am Harsh an MS by Research student in India, could anyone please say that > is Sympy is interested in project ideas on "Algorithmic Graph Theory", > Possible projects like > 1. Modular decomposition(http://www.cs.colostate.edu/~rmm/digraphDecomp.pdf) > 2. Decomposition of Graph into connected components. > > Best Regards, > Harsh > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/365f61e9-389c-48e1-aaa2-1b70cb47728b%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BqfdsWaN4JoAAfCwJnqKTyeyvyFni%2B1mzoWJgz8aOkjw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
