Skip to content

Commit b81b904

Browse files
committed
add base solver JSON
1 parent d9cf8d6 commit b81b904

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

submissions/z3_base.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Z3-4.15.0",
3+
"contributors": [
4+
"Nikolaj Bjørner et al."
5+
],
6+
"contacts": ["Nikolaj Bjørner <nbjorner@microsoft.com>"],
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+
"participations": [
15+
{
16+
"tracks": ["SingleQuery"],
17+
"divisions": [
18+
"Bitvec",
19+
"QF_Bitvec",
20+
"QF_LinearIntArith",
21+
"QF_LinearRealArith",
22+
"QF_NonLinearIntArith",
23+
"QF_NonLinearRealArith"
24+
]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)