An instance of this class represents a synchronization constraint.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public interface ISynchronize : IConstraint, IIntExpr, INumExpr, ICopyable, IAddable |
Remarks
An instance of ISynchronize represents a synchronization constraint. A synchronization constraint between an interval variable a and a set of interval variables {b1,...,bn} makes all present intervals in {b1,...,bn} start and end together with interval a, if it is present.
You must add this constraint to a model and extract the model to an algorithm in order for it to be taken into account.