Variable Operators

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Variable type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(Double, Variable)
Implements the operator +.
Public operatorStatic memberAddition(Variable, Variable)
Implements the operator +.
Public operatorStatic memberAddition(Variable, Double)
Implements the operator +.
Public operatorStatic memberEquality(Variable, Term)
Implements the operator ==.
Public operatorStatic memberEquality(Variable, Variable)
Implements the operator ==.
Public operatorStatic memberEquality(Variable, Double)
Implements the operator ==.
Public operatorStatic memberGreaterThanOrEqual(Variable, Term)
Implements the operator >=.
Public operatorStatic memberGreaterThanOrEqual(Variable, Double)
Implements the operator >=.
Public operatorStatic memberInequality(Variable, Term)
Please use <= and >= to model !=
Public operatorStatic memberInequality(Variable, Variable)
Implements the operator !=.
Public operatorStatic memberInequality(Variable, Double)
Please use <= and >= to model !=
Public operatorStatic memberLessThanOrEqual(Variable, Term)
Implements the operator <=.
Public operatorStatic memberLessThanOrEqual(Variable, Double)
Implements the operator <=.
Public operatorStatic memberMultiply(Double, Variable)
Implements the operator *.
Public operatorStatic memberMultiply(Variable, Variable)
Implements the operator *.
Public operatorStatic memberMultiply(Variable, Double)
Implements the operator *.
Public operatorStatic memberSubtraction(Double, Variable)
Implements the operator -.
Public operatorStatic memberSubtraction(Variable, Variable)
Implements the operator -.
Public operatorStatic memberSubtraction(Variable, Double)
Implements the operator -.
Public operatorStatic memberUnaryNegation
Implements the operator -.

See Also