| Overview | Group | Tree | Graph | Index | Concepts |
expr not to be a member of elements.
This function creates and returns a constraint (an instance of IloConstraint) for use in a model. The constraint
forces expr not to be a member of elements.
In order for the constraint to take effect, you must add it to a model with
the template IloAdd or the member function
IloModel::add and extract the model for an algorithm
with the member function IloAlgorithm::extract.