Package org.ssclab.pl.milp

This package contains classes for solving linear programming problems. The LP class allows solving problems with continuous variables, whereas the MILP class also allows solving problems involving integer and semicontinuous variables. The LP class utilizes the simplex algorithm, while the MILP class employs the Branch and Bound method. SSC Software www.sscLab.org
Since:
1.0
Version:
4
Author:
baeldung