Path: blob/master/src/doc/en/reference/numerical/index.rst
8815 views
Numerical Optimization ====================== .. toctree:: :maxdepth: 1 sage/numerical/knapsack sage/numerical/mip sage/numerical/linear_functions sage/numerical/optimize LP Solver backends ------------------ .. toctree:: :maxdepth: 1 sage/numerical/backends/generic_backend sage/numerical/backends/glpk_backend sage/numerical/backends/glpk_graph_backend sage/numerical/backends/ppl_backend Sage also supports CBC (COIN-OR), CPLEX (ILOG), Gurobi and PPL. In order to find out how to use them in Sage, please refer to the `Thematic Tutorial on Linear Programming <http://www.sagemath.org/doc/thematic_tutorials/linear_programming.html>`_. .. include:: ../footer.txt