Information Technology Reference
In-Depth Information
void SolveProblem(CtSchedule* schedule){
// Solve the problem assuming constraints have been posted.
CtActivity* act = SelectActivity(schedule);
while (act !=0) {
act->setStartTime(act->getStartMin());
act = SelectActivity(schedule);
}
}
ILOG Scheduler solves the above problem, the planning of decoration process
is illustrated in Figure 3.2.
0
5
10
15
20
Masonry
Carpentry
Roofing
Plumbing
Ceiling
Windows
Facade
Garden
Painting
Moving in
Fig. 3.2. Scheduling Problem in House Decoration
Search WWH ::




Custom Search