Skip to main content
FRAMES NO FRAMES

Class IloNot

Definition file: ilconcert/ilomodel.h
Map of IloNotIloNotIloNotIloConstraintIloIntExprArgIloNumExprArgIloExtractable
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:

Method Summary
public IloNotI *getImpl() const
public IloNot()
public IloNot(IloNotI * impl)
Inherited Methods from IloConstraint
getImpl, IloConstraint, IloConstraint
Inherited Methods from IloIntExprArg
getImpl, IloIntExprArg, IloIntExprArg
Inherited Methods from IloNumExprArg
getImpl, IloNumExprArg, IloNumExprArg
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
Method Detail

IloNot

public IloNot()
This constructor creates an empty handle. You must initialize it before you use it.

IloNot

public IloNot(IloNotI * impl)
This constructor creates a handle object from a pointer to an implementation object.

getImpl

public IloNotI * getImpl() const
This member function returns a pointer to the implementation object of the invoking handle.