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 JsonSolutionJsonSolution. formatted(boolean isFormatted)Formatted the Json String if save into String or File.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.JsonSolutionJsonSolution. saveToFile(String path)Saves the JSON object to an external file.
-