Package net.sourceforge.combean.interfaces.mathprog.lp

Package class diagram package net.sourceforge.combean.interfaces.mathprog.lp
Interface Summary
LPConstraint The right-hand side of a linear constraint, consisting of a relation (less, less equal, greater etc.) and a value.
LPSolver An LP solver which allows a linear programming problem to be constructed and solved.
LPVariable A variable in an LP, with a coefficient and an interval of admissible values (i.e. a box constraint).
MIPSolver