Darts - Solution

A collection of fun puzzles solved with MIP.

Darts - Solution

The MIP formulation of the puzzle is documented in PDF and as a jupyter notebook. However, because of some math expressions, the jupyter notebook may not get rendered properly depending on where you are trying open it.

Solution:

Antonio hit the bullseye

The unique solution is the following (in any order):

Andrea
20, 2, 25, 1, 3, 20

Antonio
3, 2, 10, 5, 50, 1

Luiz
1, 10, 5, 25, 10, 20

Back to the main page.