Class IloNot Definition file: ilconcert/ilomodel.h
Negation of its argument.
The class IloNot represents a constraint
that is the negation of its
argument. In order to be taken into account,
this constraint must be added to a model
and extracted by an algorithm, such as IloCplex or
IloSolver.
See Also:
operator!
Inherited Methods from IloExtractable asConstraint , asIntExpr , asModel , asNumExpr , asObjective , asVariable , end , getEnv , getId , getImpl , getName , getObject , IloExtractable , isConstraint , isIntExpr , isModel , isNumExpr , isObjective , isVariable , removeFromAll , setLocation , setName , setObject
public IloNot ()
This constructor creates an empty handle. You must initialize it before you use it.
public IloNot (IloNotI * impl )
This constructor creates a handle object from a pointer to an implementation object.
public IloNotI * getImpl () const
This member function returns a pointer to the implementation object of the invoking handle.