ObjKeyDefnDirBitwiseOr(ObjKeyDefnDir, Term) Operator
Combines the key and direction on the left hand side of the pipe operator
with the objective expression on the right hand side,
and returns the resulting objective function.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Objective operator |(
ObjKeyDefnDir keyDefnDir,
Term objectiveExpression
)
- keyDefnDir ObjKeyDefnDir
- Key and direction of the objective function.
- objectiveExpression Term
- Objective function expression.
Objective