I am writing a planning program with a difficult programming problem. There are several events, each of which has several meetings. I need to find an agreement on the time of the meeting, so that each schedule contains any given event exactly once, using one of several events at a time.
Obviously, I could use brute force, but this is rarely the best solution. I guess this is a relatively basic computer science problem that I will learn about as soon as I can start computer science classes. In the meantime, I would prefer any links where I could read this, or even just a name that I could use Google.
algorithm genetic-algorithm genetic-programming scheduling
stillinbeta Apr 30 '10 at 17:06 2010-04-30 17:06
source share