Overload List

  Name Description
Public method Le(Double, INumExpr) (Inherited from IloModelerImpl.)
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 IloModelerImpl..::..Le(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 IloModelerImpl..::..Le(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.
Public method Le(INumExpr, INumExpr) (Inherited from IloModelerImpl.)
Public method Le(INumExpr, Double) (Inherited from IloModelerImpl.)
Public method Le(Double, INumExpr, String) (Inherited from IloModelerImpl.)
Public method Le(INumExpr, INumExpr, String) (Inherited from IloModelerImpl.)
Public method Le(INumExpr, Double, String) (Inherited from IloModelerImpl.)

See Also