Uses of Interface
org.ssclab.pl.milp.Solution
-
Packages that use Solution Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of Solution in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return Solution Modifier and Type Method Description SolutionMILP. getRelaxedSolution()This method returns the solution of the problem by removing the integer constraints (relaxed solution).SolutionLP. getSolution()If the problem has an optimal solution, this method returns that optimal solution in the form of an object of the Solution class.SolutionMILP. getSolution()This method returns, if it exists, the optimal integer, mixed-integer, or binary solution.
-