Uses of Class
org.apache.commons.math3.optim.linear.LinearObjectiveFunction
-
Packages that use LinearObjectiveFunction Package Description org.apache.commons.math3.optim.linear Optimization algorithms for linear constrained problems. -
-
Uses of LinearObjectiveFunction in org.apache.commons.math3.optim.linear
Fields in org.apache.commons.math3.optim.linear declared as LinearObjectiveFunction Modifier and Type Field Description private LinearObjectiveFunction
SimplexTableau. f
Linear objective function.private LinearObjectiveFunction
LinearOptimizer. function
Linear objective function.Methods in org.apache.commons.math3.optim.linear that return LinearObjectiveFunction Modifier and Type Method Description protected LinearObjectiveFunction
LinearOptimizer. getFunction()
Constructors in org.apache.commons.math3.optim.linear with parameters of type LinearObjectiveFunction Constructor Description SimplexTableau(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon)
Builds a tableau for a linear problem.SimplexTableau(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon, int maxUlps)
Build a tableau for a linear problem.
-