There are now functions for doing linear programming in the `simplex.py`. Here is a similar question at SO with answer: https://stackoverflow.com/a/77045152/1089161
/c On Tuesday, September 5, 2023 at 2:40:49 AM UTC-5 [email protected] wrote: > 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/9164352e-fdd0-440b-888e-269faed35fean%40googlegroups.com.
