Uses of Class
org.ssclab.pl.milp.GoalType
-
Packages that use GoalType Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of GoalType in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return GoalType Modifier and Type Method Description GoalType
LinearObjectiveFunction. getType()
static GoalType
GoalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoalType[]
GoalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ssclab.pl.milp with parameters of type GoalType Constructor Description LinearObjectiveFunction(double[] C, GoalType type)
Constructor
-