Thanks Denis. I personally feel that SymPy must have similar functions which uses(wrote with) internal methods of SymPy.
-- Shekhar On Wednesday, 18 January 2017 08:59:53 UTC+5:30, Denis Akhiyarov wrote: > > The de-facto standard for solving linear programming problems in Python > are PuLP and Pyomo. Pyomo can also handle non-linear problems and even > differential equations. In fact, Pyomo calls into SymPy for > differentiation! Pyomo was heavily inspired by AMPL. > Now if you want to ensure convexity of your problem, then go for CVX(PY). > Recently scipy added linear programming, but I have not seen much use for > it. -- 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/39ffd6a4-4c35-40a6-b9c2-9eb07159fe3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
