Uses of Class
org.ssclab.pl.milp.Constraint
-
Packages that use Constraint Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of Constraint in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return types with arguments of type Constraint Modifier and Type Method Description ArrayList<Constraint>ListConstraints. getListConstraint()Returns the list of constraints.Methods in org.ssclab.pl.milp with parameters of type Constraint Modifier and Type Method Description voidListConstraints. add(Constraint constraint)Adds a new constraint to the list of constraints.Constructor parameters in org.ssclab.pl.milp with type arguments of type Constraint Constructor Description LP(LinearObjectiveFunction fo, ArrayList<Constraint> constraints)Constructor Creates an LP object for solving problems expressed in matrix format.MILP(LinearObjectiveFunction fo, ArrayList<Constraint> constraints)Constructor of a MILP object for solving problems expressed in matrix format.
-