Uses of Class
org.ssclab.pl.milp.JsonSolution
-
Packages that use JsonSolution Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of JsonSolution in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return JsonSolution 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.JsonSolution
JsonSolution. saveToFile(String path)
Saves the JSON object to an external file.
-