NO FRAMES

operator!

public IloConstraint operator!(const IloConstraint constraint)
Definition file: ilconcert/ilomodel.h
Overloaded C++ operator for negation.

This overloaded C++ operator returns 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.