Uses of Class
org.ssclab.pl.milp.LinearObjectiveFunction
-
Packages that use LinearObjectiveFunction Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of LinearObjectiveFunction in org.ssclab.pl.milp
Constructors in org.ssclab.pl.milp with parameters of type LinearObjectiveFunction Constructor Description LP(LinearObjectiveFunction fo, ArrayList<Constraint> constraints)
Constructor Creates an LP object for solving problems expressed in matrix format.LP(LinearObjectiveFunction fo, ListConstraints constraints)
Constructor of 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.MILP(LinearObjectiveFunction fo, ListConstraints constraints)
Constructor of a MILP object for solving problems expressed in matrix format.
-