ripsolve 0.0.1

Rust Integer Programming Solver
Documentation
1
2
3
4
5
6
# ripsolve

Rust Integer Programming Solver

Currently, a naive simplex solver is implemented (in the main.rs file).  Soon, a proper 
library version will be published and then work on the integer programming aspect will
proceed.