Skip to content

wvc/python-mip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python MIP (Mixed-Integer Linear Programming) Tools

Python MIP is a collection of tools for python the modelling and solution of Mixed-Integer linear programs. MIP syntax was inspired in Pulp and porting Pulp models should be quite easy.

Some of the main features of MIP are:

  • multi solver: works with many different MIP solvers, such as Gurobi, CBC and GLPK
  • fast: MIP tries to incurr a minimum overhead layer and directly talks to the solver C API using ctypes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages