Skip to content

Commit 1a690b8

Browse files
authored
Z3-Owl Submission 2025 (#181)
* Create Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Update Z3-Owl.json * Create Z3-base * Update Z3-Owl.json * Rename Z3-base to Z3-base.json * Update Z3-Owl.json * Update Z3-base.json * Update Z3-base.json
1 parent c8f0d73 commit 1a690b8

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

submissions/Z3-Owl.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Z3-Owl",
3+
"contributors": [
4+
"Hanrui Zuo", "Peisen Yao"
5+
],
6+
"contacts": ["Peisen Yao <[email protected]>"],
7+
"archive": {
8+
"url": "https://zenodo.org/records/15792049/files/Z3-Owl.tar?download=1"
9+
},
10+
"website": "https://rainoftime.github.io/html/owl.html",
11+
"system_description": "https://zenodo.org/records/15792049/files/Z3_Owl_at_SMT_COMP_2025.pdf",
12+
"command": ["./Z3-Owl"],
13+
"solver_type": "derived",
14+
"seed": 421,
15+
"participations": [
16+
{
17+
"tracks": ["SingleQuery"],
18+
"logics": [
19+
"QF_BV",
20+
"QF_UFBV",
21+
"QF_ABV",
22+
"QF_AUFBV",
23+
"QF_FP",
24+
"QF_BVFP"
25+
]
26+
}
27+
]
28+
}

submissions/Z3-base.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Z3-4.15.2.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/15792049/files/Z3.tar?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": "421",
15+
"participations": [
16+
{
17+
"tracks": ["SingleQuery"],
18+
"logics": [
19+
"QF_BV",
20+
"QF_UFBV",
21+
"QF_ABV",
22+
"QF_AUFBV",
23+
"QF_FP",
24+
"QF_BVFP"
25+
]
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)