Page 1 of 1

Python-embedded Modeling Language: CVXPY

Posted: Tue Feb 25, 2020 12:18 pm
by Eli
CVXPY is a Python-embedded modeling language for convex optimization problems. It allows you to express your problem in a natural way that follows the math, rather than in the restrictive standard form required by solvers. See more https://www.cvxpy.org/

See also GLPK (GNU Linear Programming Kit). Here is the online GLPK.