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 SolutionTypeSolutionType. INFEASIBLEstatic SolutionTypeSolutionType. MAX_ITERATIONSstatic SolutionTypeSolutionType. OPTIMALstatic SolutionTypeSolutionType. UNBOUNDEDstatic SolutionTypeSolutionType. UNLIMITEDMethods in org.ssclab.pl.milp that return SolutionType Modifier and Type Method Description SolutionTypeSolution. getTypeSolution()Retrieves the type of solution obtained.SolutionTypeLP. resolve()Executes the simplex (phase 1 + phase 2).SolutionTypeMILP. resolve()Executes the Branch and Bound algorithm.static SolutionTypeSolutionType. 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.
-