Uses of Interface
org.ssclab.pl.milp.SolutionConstraint
-
Packages that use SolutionConstraint Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of SolutionConstraint in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return SolutionConstraint Modifier and Type Method Description SolutionConstraint[]
Solution. getSolutionConstraint()
Retrieves an array of SolutionConstraint objects from which to obtain the value that each constraint assumes by substituting the optimal solution for the unknown variables.
-