NO FRAMES

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:

Constructor Summary
public IloNot()
public IloNot(IloNotI * impl)
Method Summary
public IloNotI *getImpl() const
Inherited Methods from IloConstraint
getImpl
Inherited Methods from IloIntExprArg
getImpl
Inherited Methods from IloNumExprArg
getImpl
Inherited Methods from IloExtractable
asConstraint, asIntExpr, asModel, asNumExpr, asObjective, asVariable, end, getEnv, getId, getImpl, getName, getObject, isConstraint, isIntExpr, isModel, isNumExpr, isObjective, isVariable, setName, setObject
Constructor 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.

Method Detail

getImpl

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