Skip to content

Commit f38f577

Browse files
authored
Z3-alpha SMT-COMP 2025 (#179)
* create the submission JSON * 2025 first submission * add base solver JSON * add seed in base JSON * update submission JSON * update final description link * remove BV from participating division * update to final solver zenodo link
1 parent 8cb652e commit f38f577

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

submissions/z3_base.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Z3-4.15.0",
3+
"contributors": [
4+
"Nikolaj Bjørner et al."
5+
],
6+
"contacts": ["Nikolaj Bjørner <[email protected]>"],
7+
"archive": {
8+
"url": "https://zenodo.org/records/15687848/files/z3.zip?download=1"
9+
},
10+
"website": "https://github.com/Z3Prover/z3",
11+
"system_description": "https://link.springer.com/content/pdf/10.1007/978-3-540-78800-3_24.pdf",
12+
"solver_type": "Standalone",
13+
"command": ["./z3"],
14+
"seed": "33",
15+
"participations": [
16+
{
17+
"tracks": ["SingleQuery"],
18+
"divisions": [
19+
"Arith",
20+
"Bitvec",
21+
"QF_Bitvec",
22+
"QF_LinearIntArith",
23+
"QF_LinearRealArith",
24+
"QF_NonLinearIntArith",
25+
"QF_NonLinearRealArith",
26+
"QF_Strings"
27+
]
28+
}
29+
]
30+
}

submissions/z3alpha.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Z3-alpha",
3+
"contributors": [
4+
"John Lu",
5+
"Paul Sarnighausen-Cahn",
6+
"Jiahao Chen",
7+
"Florin Manea",
8+
"Vijay Ganesh"
9+
],
10+
"contacts": ["John Lu <[email protected]>"],
11+
"archive": {
12+
"url": "https://zenodo.org/records/15765918/files/submission25.zip?download=1"
13+
},
14+
"website": "https://github.com/JohnLyu2/z3alpha",
15+
"system_description": "https://drive.google.com/uc?export=download&id=17n4WbrukfKz7CxdVBXtSQjU_EYmwo1ZR",
16+
"solver_type": "derived",
17+
"command": ["./z3alpha.py"],
18+
"seed": "33",
19+
"participations": [
20+
{
21+
"tracks": ["SingleQuery"],
22+
"divisions": [
23+
"Arith",
24+
"QF_Bitvec",
25+
"QF_LinearIntArith",
26+
"QF_LinearRealArith",
27+
"QF_NonLinearIntArith",
28+
"QF_NonLinearRealArith",
29+
"QF_Strings"
30+
]
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)