File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,22 @@ Running any of them with the command-line option `-h` gives
2121documentation on what arguments they accept.
2222
2323
24+ ## Format versions
25+
26+ There are currently two versions of the problem package format,
27+ [ legacy] ( https://www.kattis.com/problem-package-format/spec/legacy.html ) and
28+ [ 2023-07-draft] ( https://www.kattis.com/problem-package-format/spec/2023-07-draft.html ) .
29+ We have begun work on supporting 2023-07-draft, but there are * many* changes
30+ between legacy and 2023-07-draft which are not yet implemented. Verifyproblem
31+ will do its best to parse and verify problems in 2023-07-draft, but key things
32+ like scoring still behave like legacy. Also, note that 2023-07 is still a draft
33+ standard.
34+
35+ We advice against packaging production problems in 2023-07-draft. Especially so
36+ if you plan to have problems installed on [ Kattis] ( https://open.kattis.com ) , where
37+ we currently * only* support installing legacy problems.
38+
39+
2440## Example Problems
2541
2642A few examples of problem packages can be found in [ examples] ( examples ) .
You can’t perform that action at this time.
0 commit comments