Skip to content

Commit cdb4ba0

Browse files
jurajsicAdda0
andauthored
Z3-Noodler submission 2025 (#175)
* z3-noodler submission 2025 * fix command * fix? * fix bug * remove incremental for now * return back incremental * Revert "return back incremental" This reverts commit 1ccf97c. * Update submissions with final versions --------- Co-authored-by: David Chocholatý <[email protected]>
1 parent 618de92 commit cdb4ba0

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

submissions/z3-4.13.4.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Z3-4.13.4",
3+
"contributors": [
4+
"Nikolaj Bjørner et al."
5+
],
6+
"contacts": ["Nikolaj Bjørner <[email protected]>"],
7+
"archive": {
8+
"url": "https://zenodo.org/records/15768998/files/z3-noodler_smt-comp25.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-noodler_smt-comp25/z3/z3"],
14+
"seed": 4134,
15+
"participations": [
16+
{
17+
"tracks": ["SingleQuery"],
18+
"divisions": ["QF_Strings"]
19+
}
20+
],
21+
"competitive": false,
22+
"final": true
23+
}

submissions/z3-noodler.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Z3-Noodler",
3+
"contributors": [
4+
"Vojtěch Havlena",
5+
"Juraj Síč",
6+
"David Chocholatý",
7+
"Lukáš Holík",
8+
"Ondřej Lengál",
9+
"Michal Hečko"
10+
],
11+
"contacts": ["Lukáš Holík <[email protected]>"],
12+
"archive": {
13+
"url": "https://zenodo.org/records/15768998/files/z3-noodler_smt-comp25.zip?download=1"
14+
},
15+
"website": "https://github.com/VeriFIT/z3-noodler",
16+
"system_description": "https://github.com/VeriFIT/z3-noodler/blob/devel/doc/noodler/z3-noodler-system-description-2025.pdf",
17+
"command": ["./z3-noodler_smt-comp25/z3-noodler/z3-noodler"],
18+
"solver_type": "derived",
19+
"participations": [
20+
{
21+
"tracks": ["SingleQuery"],
22+
"divisions": ["QF_Strings"]
23+
}
24+
],
25+
"seed": 48655,
26+
"final": true
27+
}

0 commit comments

Comments
 (0)