I would like to create a schedule for speed meetings between companies in two lists: 10 "A" companies on one side, 20 "B" companies on the other.
Here are the rules:
- each of the 10 "A" companies must meet each "B" company once.
- All the meetings are held at the same time (implying 10 meetings at any given time)
- each meeting must be 1:1 (an "A" company, only meets one "B" company at any given time)
- each meeting must last 10 minutes.
- the schedule must show the time of beginning and end of meeting (ex. it starts at 9am)
- the schedule must be in order, starting from "A" company 1
- "A" companies do not meet with each other ; "B" companies do not meet each other.
I can't wrap my head in making this happen... Any help?
I can't create a schedule that makes these meetings.