Numerical Optimization#

Linear Optimization (LP) and Mixed Integer Linear Optimization (MIP) Solver backends#

Sage also supports, via optional packages, CBC (COIN-OR), CPLEX (ILOG), and Gurobi. In order to find out how to use them in Sage, please refer to the Thematic Tutorial on Linear Programming.

The following backend is used for debugging and testing purposes.

Semidefinite Optimization (SDP) Solver backends#

For more details on CVXOPT, see CVXOPT documentation.

Indices and Tables#