Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kohegen

#1
Get Help / Re: empty days
July 09, 2011, 07:50:03 AM
Thank you for advice.

interval max days per week works nice thats what i needed.

I will test this constraint, if something goes wrong i will let you know.

Thanks


#2
Get Help / empty days
July 08, 2011, 09:24:17 AM
Hi, firstly i wanted to say thats FET is great and respect for you Liviu i know how hard is to create such algorithm (ive done timetabling alg based on GA but it sucks compared to this!).

Ok, whats my prob?
I want for all studentSets and teachers to have as many as possible empty days.
My constraints are:

  • each studentSet and teacher have NotAvailableTimes.
  • StudentsMinGapsBetweenBuildingChanges and TeachersMinGapsBetweenBuildingChanges
  • MinGapsBetweenActivities set to minimum 1 for activities of each StudentSet (thats slow)
Which constraints should i use to obtain this timetable?
i used incrementally StudentsSetMinHoursDaily but results was not satisfactory.