Skip to content

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

License

Notifications You must be signed in to change notification settings

karanveerm/MathProgBase.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 78.6%
  • Python 12.7%
  • Makefile 8.7%