Does Sympy have a backend to interface with Pyomo? On Sunday, 22 January 2017 at 12:37:40 UTC+8 [email protected] wrote:
> 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 view this discussion on the web visit https://groups.google.com/d/msgid/sympy/6a0c2f35-8755-4b62-a312-69ff70dff024n%40googlegroups.com.
