Class IloNot
Definition file: ilconcert/ilomodel.h
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 for an algorithm.
See Also:
operator!
Constructor Summary |
---|
public | IloNot() |
public | IloNot(IloNot::ImplClass *) |
Method Summary |
---|
public IloNot::ImplClass * | getImpl() |
public IloNot()
This constructor creates an empty handle. You must initialize it before you use it.
public IloNot(IloNot::ImplClass * impl)
This constructor creates a handle object from a pointer to an implementation object.
public IloNot::ImplClass * getImpl()
This member function returns a pointer to the implementation object of the invoking handle.