ObjOrConstrKeyDefnBitwiseOr(ObjOrConstrKeyDefn, ConstraintExpr) Operator
Combines the key and definition on the left hand side of the pipe operator
with the constraint expression on the right hand side
and returns the resulting single constraint without a forall expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Constraint operator |(
ObjOrConstrKeyDefn keyDefn,
ConstraintExpr constraintExpression
)
- keyDefn ObjOrConstrKeyDefn
- Key and definition of the constraint.
- constraintExpression ConstraintExpr
- Constraint expression.
Constraint