Overload List

  Name Description
Public method Le(Int32, ICumulFunctionExpr)
This method returns a constraint that states that the value of cumul function expression f should never be less than than vmin.
(Overrides IloModelerImplLe(Int32, ICumulFunctionExpr).)
Public method Le(Int32, IIntExpr)
Creates and returns the new constraint v <= e.
Public method Le(ICumulFunctionExpr, IIntExpr)
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
Public method Le(ICumulFunctionExpr, Int32)
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
(Overrides IloModelerImplLe(ICumulFunctionExpr, Int32).)
Public method Le(IIntExpr, ICumulFunctionExpr)
This method returns a constraint that states that the value of cumul function expression f should never be less than than vmin.
Public method Le(IIntExpr, IIntExpr)
Creates and returns the new constraint e1 <= e2.
Public method Le(IIntExpr, Int32)
Creates and returns the new constraint e <= v.

See Also