SymbolKeyBitwiseOr(SymbolKey, ForAllSets) Operator

Creates a constraint key and forall sets, omitting the constraint definition.

Definition

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

Parameters

key  SymbolKey
Cosntraint key.
constraintForallSets  ForAllSets
Forall sets expression of the constraint.

Return Value

ConstrKeyDefnForall

See Also