Skip to content

Commit fd72334

Browse files
authored
Z3-Siri Submission 2025 (#188)
* Create z3-siri.json * Update z3-siri.json * Update z3-siri.json * Update z3-siri.json * Update z3-siri.json * Update z3-siri.json * Update z3-siri.json * Update z3-siri.json * Create z3siri-base * Rename z3siri-base to z3siri-base.json rename file
1 parent 1a690b8 commit fd72334

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

submissions/z3-siri.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "z3siri",
3+
"contributors": [
4+
"BingZhe Zhou",
5+
"HanNan Wang"
6+
],
7+
"contacts": ["HanNan Wang <[email protected]>"],
8+
"archive": {
9+
"url": "https://zenodo.org/records/15767287/files/z3siri.zip?download=1"
10+
},
11+
"website": "https://github.com/SoftWiser-group/SiriSMT",
12+
"system_description": "https://drive.google.com/uc?export=download&id=1Hxt10bbkSHYVLfqG-eeQ4w7NkBMjEMM2",
13+
"command": ["z3bin"],
14+
"solver_type": "derived",
15+
"seed": "42",
16+
"participations": [
17+
{
18+
"tracks": ["SingleQuery"],
19+
"divisions": ["QF_NonLinearIntArith", "QF_NonLinearRealArith", "QF_Bitvec"]
20+
}
21+
],
22+
"final": true
23+
}

submissions/z3siri-base.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "z3siri-base",
3+
"contributors": [
4+
"Nikolaj Bjørner et al."
5+
],
6+
"contacts": ["Nikolaj Bjørner <[email protected]>"],
7+
"archive": {
8+
"url": "https://zenodo.org/records/15803376/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": ["QF_NonLinearIntArith", "QF_NonLinearRealArith", "QF_Bitvec"]
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)