On Thu, 14 Apr 2022 at 18:54, Qijia Liu <liu...@pku.edu.cn> wrote:
>
> SciPy has simplex method implemented. Do we need to re-implement it in SymPy?

The SciPy implementation only works for floats. It should be possible
to solve linear programming problems at least using exact rational
numbers. Something like this is needed to be able to solve systems of
linear inequalities. That in turn is needed to be able to answer
assumptions queries involving linear inequalities.

--
Oscar

-- 
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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAHVvXxR6RLHiWCXFhVXRd8ZrAr2rW3diecnT%2BTm8oXoB1XO7tQ%40mail.gmail.com.

Reply via email to