Skip to content

A simple solver for playing with the basics of Mixed Integer Programming.

Notifications You must be signed in to change notification settings

lokdlok/minimip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimip

A simple solver for playing with the basics of Multiple Integer Programming.

This is just a toy solver that I hope to play with for a while, it currently only consists of a basic linear programming solver.

The solver currently supports rows with less than or equal bounds and only performs maximisation.

You also have to add in slack variables manually. Just add one in for each row and set it's coefficient in the matrix to 1 for that row only.

About

A simple solver for playing with the basics of Mixed Integer Programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published