Uses of Class
org.ssclab.pl.milp.SolutionDetail
-
Packages that use SolutionDetail Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of SolutionDetail in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return SolutionDetail Modifier and Type Method Description static SolutionDetail
SolutionDetail. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolutionDetail[]
SolutionDetail. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ssclab.pl.milp with parameters of type SolutionDetail Modifier and Type Method Description JsonSolution
LP. getSolutionAsJson(SolutionDetail... option)
Returns aJsonSolution
object that represents the solution of the Linear Programming (LP) or Mixed-Integer Linear Programming (MILP) problem in JSON format.JsonSolution
MILP. getSolutionAsJson(SolutionDetail... option)
Returns aJsonSolution
object that represents the solution of the Linear Programming (LP) or Mixed-Integer Linear Programming (MILP) problem in JSON format.
-