karanveerm / MathProgBase.jl

Solver-independent functions (incl. linprog and mixintprog) and low-level interface for Mathematical Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package provides high-level one-shot functions for linear and mixed-integer programming (linprog and mixintprog), as well as a solver-independent low-level interface for implementing advanced techniques that require efficiently solving a sequence of linear programming problems.

Supported LP solvers are Clp, Gurobi, and GLPK. Supported MIP solvers are Cbc, Gurobi, and GLPK. The corresponding solver packages (of the same name, except for GLPKMathProgInterface) must be installed first.

The interface is fully documented here.

About

Solver-independent functions (incl. linprog and mixintprog) and low-level interface for Mathematical Programming

License:Other


Languages

Language:Julia 78.6%Language:Python 12.7%Language:Makefile 8.7%