NO FRAMES

operator||

public IloOr operator||(const IloConstraint constraint1, const IloConstraint constraint2)
Definition file: ilconcert/ilomodel.h
Overloaded C++ operator for a disjunctive constraint.

This overloaded C++ operator creates a disjunctive constraint that represents the disjunction of its two arguments. The constraint can represent a disjunction of two constraints; of a constraint and another disjunction; or of two disjunctions. 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.