home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 7919 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!ncar!uchinews!machine!chinet!les
  3. From: les@chinet.chi.il.us (Leslie Mikesell)
  4. Subject: Round robin scheduler?
  5. Message-ID: <BxvuAK.I7t@chinet.chi.il.us>
  6. Organization: Chinet - Public Access UNIX
  7. Date: Tue, 17 Nov 1992 22:54:20 GMT
  8. Lines: 15
  9.  
  10. Can someone suggest an algorithm for doing round robin tournament
  11. scheduling where one table has a list of contestants and their states,
  12. one table has a list of judges and their states, and one table has
  13. a list of contest times and locations.  What I want to do is to
  14. match more or less random groups of contestants for a series of
  15. rounds with the constraint that the judge must never be from the
  16. same state as any of the contestants, and contestants should not
  17. compete against any of the same players in subsequent rounds.
  18. Each contestant will compete in a fixed number of rounds, with
  19. the scheduling all done ahead of time (no winners against winners).
  20. Perhaps this isn't a good thing to try to do in a database program,
  21. but all the other info is there already.
  22.  
  23. Les Mikesell
  24.   les@chinet.chi.il.us
  25.