net-fs


Java optimization algorithms

Java implementation of Linear Optimization algorithms. The current implementation contains: * Primal Simplex * Dual Simplex * Two Phase Simplex * Integer Simplex (Using the Branch & Bound method)

At the moment I am to lazy to write documentation, see the JUnit Test-cases for usage of the algorithms.

Suggestions and comments are welcome. Therefore, don't hesitate!

Contact

Project Information

Labels:
LP Optimization Algorithm Simplex TwoPhase Dual Primal Linear Constraint Minimize Maximize Java Solver