An instance of this class represents a synchronization constraint. This class has been deprecated in CP Optimizer 20.1.0.
The class IloSynchronize has been deprecated in CP Optimizer 20.1.0 and will be removed in a future release.
Instead, use a set of IloStartAtStart and IloStartAtEnd constraints between the master interval variables and the other interval variables. If the IloSynchronize constraint is meant to formulate the selection of a subset of intervals, consider using the IloAlternative constraint instead (with unit, multiple or variable cardinality).
This constructor creates a synchronization constraint between
interval variable a and the set of interval
variables in the array bs and makes it part of the
environment env.