Uses of Class
org.ssclab.pl.milp.ConsType
-
Packages that use ConsType Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of ConsType in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return ConsType Modifier and Type Method Description ConsType
InternalConstraint. getConsType()
ConsType
Constraint. getRel()
ConsType
SolutionConstraint. getRel()
Retrieves the type of constraint (GE, LE, EQ).static ConsType
ConsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsType[]
ConsType. 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 ConsType Constructor Description Constraint(double[] Aj, ConsType rel, double rhs)
Constraint(double[] Aj, ConsType rel, double rhs, String name)
-