Uses of Class
org.drip.optimization.canonical.LinearObjective
| Package | Description |
|---|---|
| org.drip.optimization.canonical |
Linear Programming Framework Canonical Elements
|
-
Uses of LinearObjective in org.drip.optimization.canonical
Methods in org.drip.optimization.canonical that return LinearObjective Modifier and Type Method Description LinearObjectiveLinearProgram. objective()Retrieve the Objective TermMethods in org.drip.optimization.canonical with parameters of type LinearObjective Modifier and Type Method Description static LinearProgramLinearProgram. ILP(LinearObjective objective, ILPConstraint ilpConstraint)Construct an ILP Instance of LinearProgramstatic LinearProgramLinearProgram. LP(LinearObjective objective, LPConstraint lpConstraint)Construct an LP Instance of LinearProgramConstructors in org.drip.optimization.canonical with parameters of type LinearObjective Constructor Description LinearProgram(LinearObjective objective, LinearConstraint constraint)LinearProgram Constructor