Skip to content

Commit 373ac24

Browse files
committed
Add VIP Season 4 Germany Ep 4
1 parent c784a3c commit 373ac24

File tree

3 files changed

+63
-14
lines changed

3 files changed

+63
-14
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ 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 5 GERMANY AFTER EPISODE 20:</summary>
25+
<summary>SPOILER ARE YOU THE ONE SEASON 4 VIP GERMANY AFTER EPISODE 4:</summary>
2626

2727
Proposed solution:
2828

29-
- Eti + Maya ✓
30-
- Gerrit + Tais ✅ (and Pia and Melanie)
31-
- Kevin + Lina ✅
32-
- Martin + Sina
33-
- Paddy + Afra
34-
- Paulo + Lisa-Marie ✓
35-
- Ryan + Sina ✓
36-
- Sandro + Julia ✓
37-
- Sidar + Edda
38-
- Wilson + Shelly ✅
39-
40-
They only find 7 matches and do not win the money.
29+
- Tim and Asena
30+
- Lucas and Jennifer
31+
- Nicola and Laura L
32+
- Lars and Nadia + Dana
33+
- Khan and Emmy
34+
- Chris and Tara
35+
- Alex and Laura
36+
- Marc Robin and Linda
37+
- Ozan and Anastassua
38+
- Antonino and Gabriela
39+
40+
We note that this solution is a random guess since we do not have a lot of information available. We expect more meaningful results after about episode 10.
4141

4242
</details>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# AYTO SEASON VIP 4 DE
2+
MALES:
3+
- "Tim"
4+
- "Lucas"
5+
- "Nicola"
6+
- "Lars"
7+
- "Khan"
8+
- "Chris"
9+
- "Alex"
10+
- "Marc Robin"
11+
- "Ozan"
12+
- "Antonino"
13+
14+
FEMALES:
15+
- "Linda"
16+
- "Jennifer"
17+
- "Tara"
18+
- "Nadia"
19+
- "Asena"
20+
- "Emmy"
21+
- "Laura L" # Laura L is Laura Blond
22+
- "Anastassia"
23+
- "Gabriela"
24+
- "Laura"
25+
- "Dana"
26+
27+
MATCHING_NIGHTS:
28+
- Pairs: # Night 1, Ep. 4
29+
- ["Tim", "Linda"]
30+
- ["Lucas", "Jennifer"]
31+
- ["Nicola", "Tara"]
32+
- ["Lars", "Nadia"]
33+
- ["Khan", "Asena"]
34+
- ["Chris", "Emmy"]
35+
- ["Alex", "Laura L"]
36+
- ["Marc Robin", "Anastassia"]
37+
- ["Ozan", "Gabriela"]
38+
- ["Antonino", "Laura"]
39+
Matches: 2
40+
41+
TRUTH_BOOTH:
42+
- Pair:
43+
- "Marc Robin"
44+
- "Laura L"
45+
Match: False # Ep. 3
46+
# - Pair:
47+
# - "Chris"
48+
# - "Emmy"
49+
# Match: True # Ep. 5

run.sh

+1-1
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_Season5_Germany_AfterEP20.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_AfterEP4.yaml

0 commit comments

Comments
 (0)