ObjOrConstrKeyDefnBitwiseOr(ObjOrConstrKeyDefn, ForAllSets) Operator
Combines the key and definition on the left hand side of the pipe operator
with the forall sets expression on the right hand side,
and returns resulting constraint builder.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static ConstrKeyDefnForall operator |(
ObjOrConstrKeyDefn keyDefn,
ForAllSets constraintForallSets
)
- keyDefn ObjOrConstrKeyDefn
- Key and definition of the constraint.
- constraintForallSets ForAllSets
- Forall sets expression of the constraint.
ConstrKeyDefnForall