1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
256 B
MiniZinc

TInc = 5;
TMax_hours = 8;
% subjective setup
NSubjective = 3;
subj_minutes = [20, 20, 20];
% performance setup
NRounds = 3;
NTables = 2;
% judging groups
NGroups = 2;
group_counts = [16, 16];
alpha_perf_minutes = 5;
ct_minutes = 15;
pct_minutes = 45;