Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Groups problem ...

From: greggirwin::mindspring::com at: 8-Feb-2003 12:37

Hi Ronald, r> I'd like to use Rebol to automatically create groups of persons who r> made choices (choice1 something1, choice2 something3, choice3 r> something2 for instance), and theses groups are intended to give r> people their best possible choice, according to constraints : r> 60 persons r> 3 groups are needed with 19 to 21 ppl /group r> 3 choices r> Any hints on how I could begin my work ? r> What should I do to well balance these groups, by automated way ? I'm not sure what you're trying to do. I.e. what does "create groups" mean. Do you have a list of people and their choices and you want to split it up into three separate lists, based on their CHOICE value? If you could post some example data, how it is now, and what you want it to look like as a result, that would help. -- Gregg