Constraint Methods

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Constraint type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEquals(Expression, Expression)
Compares the specified expressions.
Public methodStatic memberEquals(Expression, Double)
Compares the expression to a constant.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGreaterThanOrEqual(Expression, Expression)
Compares two expressions whether the first expression is greater or equal the second expression.
Public methodStatic memberGreaterThanOrEqual(Expression, Double)
Compares the expression to a constant whether its greater or equal.
Public methodStatic memberLessThanOrEqual(Expression, Expression)
Compares two expressions whether the first expression is lower or equal the second expression.
Public methodStatic memberLessThanOrEqual(Expression, Double)
Compares the expression to a constant whether its less or equal.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

See Also