Overview | Group | Tree | Graph | Index | Concepts |
This function creates and returns a constraint (an instance of IloConstraint
) for use in Concert Technology. The constraint
forces the intersection of the sets var2
and var3
to be
precisely the elements of the set intersection
.
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
.