Overload List

  Name Description
Public method Eq(Double, INumExpr) (Inherited from IloModelerImpl.)
Public method Eq(Int32, IIntExpr)
Creates and returns the new constraint v == e.
Public method Eq(IIntExpr, IIntExpr)
Creates and returns the new constraint e1 == e2.
Public method Eq(IIntExpr, Int32)
Creates and returns the new constraint e == v.
Public method Eq(INumExpr, INumExpr) (Inherited from IloModelerImpl.)
Public method Eq(INumExpr, Double) (Inherited from IloModelerImpl.)
Public method Eq(Double, INumExpr, String) (Inherited from IloModelerImpl.)
Public method Eq(INumExpr, INumExpr, String) (Inherited from IloModelerImpl.)
Public method Eq(INumExpr, Double, String) (Inherited from IloModelerImpl.)

See Also