Uses of Class
org.ssclab.pl.milp.SolutionType
-
Packages that use SolutionType Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of SolutionType in org.ssclab.pl.milp
Fields in org.ssclab.pl.milp declared as SolutionType Modifier and Type Field Description static SolutionType
SolutionType. INFEASIBLE
static SolutionType
SolutionType. MAX_ITERATIONS
static SolutionType
SolutionType. OPTIMAL
static SolutionType
SolutionType. UNBOUNDED
static SolutionType
SolutionType. UNLIMITED
Methods in org.ssclab.pl.milp that return SolutionType Modifier and Type Method Description SolutionType
Solution. getTypeSolution()
Retrieves the type of solution obtained.SolutionType
LP. resolve()
Executes the simplex (phase 1 + phase 2).SolutionType
MILP. resolve()
Executes the Branch and Bound algorithm.static SolutionType
SolutionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolutionType[]
SolutionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-