Uses of Class
org.drip.optimization.lp.SyntheticVariable
Package | Description |
---|---|
org.drip.optimization.lp |
LP Objectives, Constraints, and Optimizers
|
-
Uses of SyntheticVariable in org.drip.optimization.lp
Methods in org.drip.optimization.lp that return SyntheticVariable Modifier and Type Method Description SyntheticVariable
LinearEquality. syntheticVariable()
Retrieve the Synthetic VariableConstructors in org.drip.optimization.lp with parameters of type SyntheticVariable Constructor Description LinearEquality(java.util.Map<java.lang.String,java.lang.Double> variableCoefficientMap, double rhs, SyntheticVariable syntheticVariable)
LinearEquality Constructor