Assigmnet problem with rules
- From: "Ayende Rahien" <ayende@xxxxxxxxx>
- Date: 23 Feb 2006 16:31:49 -0800
Hi,
I know that you probably rehashed the subject many time here, but
googling doesn't give me any good info on the subject.
I need to find a good enough solution to the following problem:
Assign an employee to a shift with rules.
I've a set of employees and a set of shifts. Assigning an employee to a
shift change the results of rules for the whole system. So I can't just
use normal wieghts to find it.
I started out thinking about trying something like:
- Assign Employee to Shift
- Check system state
- If good, continue
- If bad, mark this combination as bad and move to next employee
- drop all bad states that were recorded before this step.
- Keep going until I run out of shifts, employees or valid states.
- If I found a solution (all shifts are assigned), finish
- If solution not found, back one step, mark it as invalid, and keep
trying.
The problem with this appraoch is that it would probably take too long.
(Normal workload would be about 100 - 300 employees with ¬500 shifts
to assign.
I got some fixed assignment that helps me here, but I would appriciate
any pointers.
.
- Prev by Date: Call for Papers: IAENG International Workshop on Artificial Intelligence and Applications (of IMECS 2006)
- Next by Date: Stipends available for MSc Intelligent Systems for EU students
- Previous by thread: Call for Papers: IAENG International Workshop on Artificial Intelligence and Applications (of IMECS 2006)
- Next by thread: Stipends available for MSc Intelligent Systems for EU students
- Index(es):
Relevant Pages
|