Originally posted by: SystemAdmin
[adji said:]
I would like to solve a parallel machine scheduling problem using IlLOG Scheduler 4.4 and ILOG Solver 4.4
Assume to schedule "n" tasks on 2 machines;
1. every task may be processed on a subset of all the machines;
2. between each task and one of its available machine, there are a series of time windows;
3. the task's span is shorter than one of its alternative time windows, i.e. there is slack time in the time
window;
4. the transition time is a function on the neighbouring two processing time of the respective tasks;
so the problem has to determine:
-whether a task should be processed;
-if so, it should be scheduled on which machine, and then which time window;
-and then the start time in the time window
the objective is to minimize makespan of all the scheduled tasks.
i tried to model it using ILOG Scheduler and ILOG Solver for several days, but got stuck in it.
Thank you in advance.
adji
#ConstraintProgramming-General#DecisionOptimization