Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

How would I assign pairs from two groups of people so that each person meets the other in Python [closed]

$
0
0

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.


Viewing all articles
Browse latest Browse all 23131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>