hi all
can u guide me on how to make timetable with 2 days continuously. i want to make an exam timetable which has to be 2 days straight.
Example : one activity start on monday, it should be monday and tuesday.. no gap. 48 hours for 2 days.. have tried a few constraint but did not work..
Thanks :)
Hello,
Do you mean on Monday and Tuesday, no days in between? Constraint max 1 days between activities.
Or the activity should finish the last hour of Monday and begin first hour of Tuesday? For this, you could make in FET a single day and add an activity with duration 48, and there is an imaginary break in your single FET day.
i set in fet 24 slot for 24 hours.. i need the activities cover 2 days which means 24 hours on monday+24 hours on tuesday.
monday and tuesday just an example . i have to make it 2 days continuosly for nearly 200 activities. this is for exam timetable which i insert the day per week as date. Starting from 4/12-24/12 (21 days)
I think you need to use a constraint max 1 days between activities for each pair of activities.
Or the activity should finish the last hour of Monday and begin first hour of Tuesday? In this case it is more complicated and you need a customization.
Supposing that we have n real hours for each day
you can create tow dummy hours 0 and n+1 an dummy teacher "T" you assign "T" tol all the real activities and add tow dummy activities with the teacher "T" one with constraint preferred starting time monday on hour n+1 and the second with constraint preferred starting time Saturday on hour 0
add constraint 0 max gap per week for the teacher "T"
add constrain preferred starting time fo all the real activities all time slots except of the dummy hours (0 and n+1)