Re: Assignmnet problem with rules
- From: "Gene" <gene.ressler@xxxxxxxxx>
- Date: 26 Feb 2006 13:53:05 -0800
Since you can't afford exhaustive search, it's impossible to say how
you can do better without knowing what the rules are and how they
change.
The general methods that apply are
* "relaxation," where you solve a restricted, nearby problem and then
try to modify it to solve your real problem.
* "heuristic search," which is a refinement of exhaustive search.
Or if you are lucky and there is some useful structure in your rules,
you many be able to use a known algorithm like weighted bipartite
matching, which is O(n^2 log n)
.
- References:
- Assignmnet problem with rules
- From: Ayende Rahien
- Assignmnet problem with rules
- Prev by Date: Re: Assignmnet problem with rules
- Next by Date: Re: Assignmnet problem with rules
- Previous by thread: Re: Assignmnet problem with rules
- Next by thread: Re: Assignmnet problem with rules
- Index(es):