Skip to content

Commit cd73f2e

Browse files
committed
Add episode 18
1 parent 2b3ed00 commit cd73f2e

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ We use a MIP solver to solve the problem. We solve `min norm(x,1) s.t. Ax=b, x i
2222
## SPOILER ALERT
2323

2424
<details>
25-
<summary>SPOILER ARE YOU THE ONE SEASON 4 VIP GERMANY AFTER EPISODE 16:</summary>
25+
<summary>SPOILER ARE YOU THE ONE SEASON 4 VIP GERMANY AFTER EPISODE 18:</summary>
2626

2727
Proposed solution:
2828

29-
- Tim and Linda + Dana
29+
- Tim and Linda + Dana
3030
- Lucas and Tara
3131
- Nicola and Laura L
3232
- Lars and Jennifer
@@ -37,4 +37,6 @@ Proposed solution:
3737
- Ozan and Anastassia ✅
3838
- Antonino and Asena
3939

40+
They win the money in the 9th night in episode 20, despite RTL letting Nicola choose first.
41+
4042
</details>

examples/AYTO_SeasonVIP4_Germany_AfterEP16.yaml renamed to examples/AYTO_SeasonVIP4_Germany_AfterEP18.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ MATCHING_NIGHTS:
9797
- ["Ozan", "Anastassia"]
9898
- ["Antonino", "Asena"]
9999
Matches: 6
100-
- Pairs: # Night 7, Ep. 16, xyz not matched
100+
- Pairs: # Night 7, Ep. 16, Jennifer not matched
101101
- ["Khan", "Tara"]
102102
- ["Lucas", "Dana"]
103103
- ["Tim", "Linda"]
@@ -109,6 +109,18 @@ MATCHING_NIGHTS:
109109
- ["Ozan", "Anastassia"]
110110
- ["Antonino", "Asena"]
111111
Matches: 6
112+
- Pairs: # Night 8, Ep. 18, Dana not matched
113+
- ["Lucas", "Tara"]
114+
- ["Khan", "Jennifer"]
115+
- ["Tim", "Linda"]
116+
- ["Lars", "Laura L"]
117+
- ["Alex", "Gabriela"]
118+
- ["Chris", "Emmy"]
119+
- ["Nicola", "Nadia"]
120+
- ["Marc Robin", "Laura"]
121+
- ["Ozan", "Anastassia"]
122+
- ["Antonino", "Asena"]
123+
Matches: 7
112124

113125
TRUTH_BOOTH:
114126
- Pair:
@@ -130,7 +142,7 @@ TRUTH_BOOTH:
130142
# - Pair:
131143
# - "Tim"
132144
# - "Linda"
133-
# Match: False # Ep. 11 # Sold.
145+
# Match: True # Ep. 11 # Sold. Confirmed in ep 17.
134146
- Pair:
135147
- "Ozan"
136148
- "Anastassia"
@@ -139,3 +151,7 @@ TRUTH_BOOTH:
139151
- "Lucas"
140152
- "Jennifer"
141153
Match: False # Ep. 15
154+
# - Pair:
155+
# - "Tim"
156+
# - "Dana"
157+
# Match: True # Ep. 17 Also has to leave the show.

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker run --platform=linux/amd64 -v /Users/nicholas/git/ayto_solver:/tmp py-ayto:latest python /tmp/ayto/ayto.py --yaml_file_path /tmp/examples/AYTO_SeasonVIP4_Germany_AfterEP16.yaml
1+
docker run --platform=linux/amd64 -v /Users/nicholas/git/ayto_solver:/tmp py-ayto:latest python /tmp/ayto/ayto.py --yaml_file_path /tmp/examples/AYTO_SeasonVIP4_Germany_AfterEP18.yaml

0 commit comments

Comments
 (0)