Hello everyone,
I am using FET to generate time table with these inputs given to a new file:
No. of Days per week: 5
No. of Hours per day: 3
Subject: C++
Teacher: T1
Year: I
Activities: 1 activity splitted into 3, of teacher 'T1', subject 'C++' and students 'I'
Time constraint - Teacher's not available times:-
X X X X
X X X X
X X X X
I have also attached a file of this kind of input.
The thing is, we have 3 available hours for a teacher and 3 activities related to that teacher in a single class. It should not stuck here.
Please notify me if my inputs are incorrect.
Thanks and regards,
Prakhar Mishra
your dataset is impossible, because you also added a min n day constraint with "force consecutive if same day". that is impossible, because it can't be consecutive on friday.
solution:
variant a) just uncheck the "force consecutive" option in the min n day constraint
or (better?) b) remove one subactivity from the min n day constraint
Thanks for your reply Volker,
I just started to think I have done less homework on FET.
Regards,
Prakhar Mishra