ObjOrConstrKeyDefnBitwiseOr(ObjOrConstrKeyDefn, ObjectiveDirection) Operator

Combines the key and definition on the left hand side of the pipe operator with the direction on the right hand side and returns resulting objective function builder.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static ObjKeyDefnDir operator |(
	ObjOrConstrKeyDefn keyDefn,
	ObjectiveDirection direction
)

Parameters

keyDefn  ObjOrConstrKeyDefn
Key and definition of the constraint.
direction  ObjectiveDirection
Direction of the objective function.

Return Value

ObjKeyDefnDir

See Also