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 SolutionDetailSolutionDetail. 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 JsonSolutionLP. getSolutionAsJson(SolutionDetail... option)Returns aJsonSolutionobject that represents the solution of the Linear Programming (LP) or Mixed-Integer Linear Programming (MILP) problem in JSON format.JsonSolutionMILP. getSolutionAsJson(SolutionDetail... option)Returns aJsonSolutionobject that represents the solution of the Linear Programming (LP) or Mixed-Integer Linear Programming (MILP) problem in JSON format.
-