DirectionBitwiseOr(Direction, Int32) Operator
Combines the 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 |(
Direction direction,
int objectiveExpression
)
- direction Direction
- Direction of the objective function.
- objectiveExpression Int32
- Objective function expression.
Objective