Skip to content

tlentali/betfast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ☕

About

☕ have a break, have a betfast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published