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.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static ConstrKeyDefnForall operator |(
	ObjOrConstrKeyDefn keyDefn,
	ForAllSets constraintForallSets
)

Parameters

keyDefn  ObjOrConstrKeyDefn
Key and definition of the constraint.
constraintForallSets  ForAllSets
Forall sets expression of the constraint.

Return Value

ConstrKeyDefnForall

See Also