-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsample-config.yaml
51 lines (38 loc) · 1.17 KB
/
sample-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
alias: dummy-problem
# optional: if false, the problem won't be deployed
# disabled: true
# optional: a list of the admin users for this problem
# admins: []
# optional: a list of the admin groups for this problem
# admin-groups: []
# if true, ignores the .outs and uses the solution
# to generate them from the .ins
generate-output: true
solution: solution/solution.cpp
# timeout for .out generator per .in
timeout: 0.5
# optional: create the problem if it isn't already in omegaUp
# default true
# create: false
# optional: upload the required files for interactive problems
# default false
# conflicts with generate-output:
# generate-output must be false if interactive is true
# interactive: true
# all of these are required unless create is set to false
params:
title: Problem Title
source: Problem Source
visibility: 1
# valid options: all, karel
languages: all
time_limit: 1000
memory_limit: 32768
output_limit: 16384
stack_limit: 10485760
overall_wall_time_limit: 60000
# valid options: token-caseless, token-numeric, token-numeric, custom, literal
validator: token-caseless
validator_time_limit: 1000
extra_wall_time: 0
email_clarifications: 0