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 - kapouer

#1
thanks for your suggestions, i will try that.
- the thing about the shifts is that an employee could work >= 6hours.
The main problem i have is how to force the "students" to have "lessons" from 8a.m. monday to 8p.m. sunday. They have no gaps and are never alone...
Currently the guy who is doing the timetables manually is okay to say it's a pain to make them :) that's why i'm looking to use fet, which seems a very good piece of software by the way.
If you identifies one of my constraints is not currently managed by fet, i would be happy to write some code to support it, as i'm a programmer, by the way :)
#2
Hi,
i'm trying to use fet to build timetable of several employees of a retirement house. The set of constraints concerns only the employees, as the "students" are always there... neither there is room constraint.
- employee x works y hours per week (e.g. 5 employees, each 25 hours by week)
- at least one employee should be there between 8h to 20h, every day
- each shift is 6 hours, employee could work 2 shifts by day at most
- the preferred situation is when there are two employees, the worst 1; and 3 never work together.

i'm new to fet, so it's kind of difficult to conceptualize how to adapt the concepts to the case i deal with. I've tried standard approach but it doesn't seem to be okay. I'm also trying to reverse the problem, considering employees as students, and only one virtual teacher, still, i'm going nowhere.
Any idea ?