Uses of Interface
org.ssclab.pl.milp.Variable
-
Packages that use Variable Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of Variable in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return Variable Modifier and Type Method Description Variable[]
Solution. getVariables()
Retrieves an array of Variable objects from which to obtain the characteristics and the optimal value assumed by each variable.
-