NO FRAMES

operator||

public IloOr operator||(const IloConstraint constraint1, const IloConstraint constraint2)
public IloOr operator||(const IloOr constraint1, const IloConstraint constraint2)
public IloOr operator||(const IloConstraint constraint2, const IloOr constraint1)
public IloOr operator||(const IloOr constraint1, const IloOr constraint2)
Definition file: ilconcert/ilomodel.h

This overloaded C++ operator creates a disjunctive constraint that represents the disjunction of its two parameters. 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 for an algorithm.