ObjOrConstrKeyDefnBitwiseOr(ObjOrConstrKeyDefn, ObjectiveDirection) Operator
Combines the key and definition on the left hand side of the pipe operator
with the direction on the right hand side
and returns resulting objective function builder.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static ObjKeyDefnDir operator |(
ObjOrConstrKeyDefn keyDefn,
ObjectiveDirection direction
)
- keyDefn ObjOrConstrKeyDefn
- Key and definition of the constraint.
- direction ObjectiveDirection
- Direction of the objective function.
ObjKeyDefnDir