IBM ILOG Solver Debugger User's Manual > Debugging and Performance Tuning for Solver-based Applications > Visualizing Propagation > Visualizing Activity Domains (Scheduler-Specific)

Activity Domains are specific to the product IBM ILOG Scheduler.

The Activity Domains dockable window shows the algorithm reducing the domains of the activities during the propagation.

images/activitydomain034.gif

The following figures represent the evolution of Activity Domains throughout the propagation.

images/domain1.gif

Because of the breakable nature of some of the activities, the Start Min- End Min blue rectangle and the Start Max-End Max red rectangle may not always be the same size.

images/domain2.gif

As soon as end min passes start max, the time window between these two dates is the surely overlapped time window.

images/domain3.gif

The activity is totally instantiated. When start min = start max and end min = end max, the activity schedule is totally determined.

The order in which the activities appear in the Activity Domains window is the same as the order of the calls made to the member function IlcSchedulerDebugger::registerActivity.