SymbolKey Structure

Note: This API is now obsolete.
Key of a mathematical programming symbol.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct SymbolKey
Inheritance
Object    ValueType    SymbolKey

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
ToString
(Inherited from ValueType)

Operators

BitwiseOr(SymbolKey, Direction) Creates an objective key and direction, omitting the definition.
BitwiseOr(SymbolKey, ForAllSets) Creates a constraint key and forall sets, omitting the constraint definition.
BitwiseOr(SymbolKey, ObjectiveDirection) Creates an objective key and direction, omitting the definition.
BitwiseOr(SymbolKey, String) Creates a objective or constraint key and definition.

See Also