Uses of Class
org.ssclab.pl.milp.LPException
-
Packages that use LPException Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of LPException in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that throw LPException Modifier and Type Method Description LPLP. setNumMaxIteration(int num_max_iteration)This method allows limiting the maximum number of simplex iterations (phase 1 iterations + phase 2 iterations)Constructors in org.ssclab.pl.milp that throw LPException Constructor Description Constraint(double[] Aj, ConsType rel, double rhs)Constraint(double[] Aj, ConsType rel, double rhs, String name)LinearObjectiveFunction(double[] C, GoalType type)Constructor
-