Skip to content

Commit df2ec70

Browse files
Create iProver (#182)
* Create iProver iProver v3.9.3 initial submission * Update iProver * Update iProver * Rename iprover to iprover.json * Update iprover.json removed quotes in logics * Update iprover.json after JSONLint validation * Update iprover.json added quotes * Update iprover.json added seed * Update iprover.json updated url * Update iprover.json updated "command" * Update iprover.json updated "command" * Update iprover.json updated system description link
1 parent 8e3bd4f commit df2ec70

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

submissions/iprover.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "iProver v3.9.3",
3+
"contributors": [
4+
{
5+
"name": "Konstantin Korovin",
6+
"website": "https://korovin.gitlab.io/"
7+
}
8+
],
9+
"contacts": [
10+
"Konstantin Korovin <[email protected]>"
11+
],
12+
"archive": {
13+
"url": "https://zenodo.org/records/15659520/files/iprover_v3.9.3_smt_init_2025.zip?download=1",
14+
"h": {
15+
"sha256": "0a839572e490ee2028d9dae00a15dd3c7700d73a143f3aa42e2f811cc92b63e5"
16+
}
17+
},
18+
"website": "https://gitlab.com/korovin/iprover",
19+
"system_description": "http://www.cs.man.ac.uk/~korovink/iprover-smt-comp-2025.pdf",
20+
"command": [
21+
"bin/iprover_smtcomp.sh"
22+
],
23+
"solver_type": "wrapped",
24+
"participations": [
25+
{
26+
"tracks": [
27+
"SingleQuery"
28+
],
29+
"divisions": [
30+
"Arith",
31+
"Equality",
32+
"Equality+LinearArith",
33+
"Equality+NonLinearArith"
34+
],
35+
"logics": [
36+
"ALIA", "ANIA", "AUFDTLIA", "AUFDTLIRA", "AUFDTNIRA", "AUFLIA", "AUFLIRA", "AUFNIA", "AUFNIRA", "LIA", "LRA", "NIA", "NRA", "UF", "UFDT", "UFDTLIA", "UFDTLIRA", "UFDTNIA", "UFDTNIRA", "UFIDL", "UFLIA", "UFLRA", "UFNIA", "UFNIRA"
37+
]
38+
},
39+
{
40+
"tracks": [
41+
"Parallel"
42+
],
43+
"divisions": [
44+
"Arith",
45+
"Equality",
46+
"Equality+LinearArith",
47+
"Equality+NonLinearArith"
48+
],
49+
"logics": [
50+
"ALIA", "ANIA", "AUFDTLIA", "AUFDTLIRA", "AUFDTNIRA", "AUFLIA", "AUFLIRA", "AUFNIA", "AUFNIRA", "LIA", "LRA", "NIA", "NRA", "UF", "UFDT", "UFDTLIA", "UFDTLIRA", "UFDTNIA", "UFDTNIRA", "UFIDL", "UFLIA", "UFLRA", "UFNIA", "UFNIRA"
51+
]
52+
}
53+
],
54+
"seed": 139
55+
}

0 commit comments

Comments
 (0)