Skip to content

ErikDanielsson/intopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intopt

A parallel integer program solver for that won the course competition in the Efficient C course, EDAG01, at LTH, Lund.

To solve an integer program of the form

maximize    c^T x
subject to  Ax <= b
            x >= 0

where A is a m x n matrix, b is a m-vector, and c is an n-vector, give the following input to the solver:

m n
c1 c2 ... cn 
a11 a12 ... a1n
a21 a22 ... a2n
... ... ... ...
am1 am2 ... amn
b1 b2 ... bm

Example input is available in examples/.

About

A parallel integer program solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published