You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/content/solver_submission/index.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,21 @@ The detailed description of the fields in the solver JSON file is available in
11
11
the [schema](schema.html).
12
12
13
13
The solver is run in [this docker](https://gitlab.com/sosy-lab/benchmarking/competition-scripts/#computing-environment-on-competition-machines) environment.
14
+
15
+
## Submissions directory
16
+
17
+
The creation of new submission is done through the creation of a new json file
18
+
in this directory and the submission of a Pull Request.
19
+
20
+
It could be done directly from the web-interface and starting with a template:
21
+
[create a new submission](https://github.com/SMT-COMP/smt-comp.github.io/new/master/submissions?value={{< submissions_template >}})
22
+
23
+
- The filename should start with the name of your solver and end with `.json`
24
+
- The continuous integration will check the format
25
+
26
+
### Fields
27
+
28
+
-`name`: The solver name should respect the guidelines in the given in the
29
+
rules of the SMT-competition (derived solver, wrapper solver, ...)
30
+
-`authors`: (utf8 can be used? It should be checked. tuple with latin1?)
31
+
-`url`: The url should be valid at the time of submission and during all the competition. The url should be at zenodo for the final submission.
0 commit comments