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 LinearObjective
LinearProgram. objective()
Retrieve the Objective TermMethods in org.drip.optimization.canonical with parameters of type LinearObjective Modifier and Type Method Description static LinearProgram
LinearProgram. ILP(LinearObjective objective, ILPConstraint ilpConstraint)
Construct an ILP Instance of LinearProgramstatic LinearProgram
LinearProgram. 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