This commit is contained in:
2024-10-29 19:26:02 +01:00
parent 00c3398473
commit a7bb4b40f8
30 changed files with 552 additions and 0 deletions

View File

@ -0,0 +1,15 @@
var F1 binary;
var F2 binary;
var F3 binary;
var F4 binary;
var F5 binary;
s.t. Haggard : F1 +F3 + F4 >=1;
s.t. Stratovarius : F1 + F2 + F3 + F5 >=1;
s.t. Epica: F1 + F2 + F4 + F5 >=1;
s.t. Dalriada : F3 + F5 >=1;
s.t. Apocalyptica : F4 >= 1;
s.t. Liva : F2 + F3 + F4 + F5 >=1;
s.t. Eluveite : F3 + F5 >=1;
minimize NumberOfFestivals: F1+F2+F3+F4+F5;