betfast icon indicating copy to clipboard operation
betfast copied to clipboard

☕ have a break, have a betfast

betfast



Breakfast binom builder

(Inspired by this paper)

Example

Our objective is to have binoms from different teams.
The model used here describes the problem by maximizing the number of connections between people.
So from :

people team
Agathe team 1
Amandine team 2
Amélie team 1
Edouard team 2

With build a connection matrix like this one using data/parse.py :

Agathe Amandine Amélie Edouard
Agathe 0 1 0 1
Amandine 1 0 1 0
Amélie 0 1 0 1
Edouard 1 0 1 0

Then we use a open source solver to reach an optimal solution :

dej 1
  • Agathe
  • Edouard
dej 2
  • Amandine
  • Amélie

Enjoy your breakfast :coffee: