Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions submissions/Z3-Noodler-Mocha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Z3-Noodler-Mocha",
"contributors": [
"Shaoke Cui",
"Chuan Luo",
"Zhenwei Yang",
"Chunming Hu"
],
"contacts": [
"Shaoke Cui <cuisk@buaa.edu.cn>"
],
"archive": {
"url": "https://zenodo.org/records/15766150/files/noodler-mocha.tar.gz"
},
"website": "https://github.com/Bazoka13/Z3-Noodler-Mocha",
"system_description": "https://github.com/Bazoka13/Z3-Noodler-Mocha/blob/main/Z3_Noodler_Mocha_at_SMT_Comp_2025.pdf",
"command": ["./noodler-mocha"],
"solver_type": "derived",
"seed": "13",
"participations": [
{ "tracks": ["SingleQuery"], "divisions": ["QF_Strings"] }
],
"final": true
}
25 changes: 25 additions & 0 deletions submissions/Z3-Noodler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Z3-Noodler",
"archive": {
"url": "https://zenodo.org/records/15766150/files/base_solver.tar.gz"
},
"contributors": [
"Vojtěch Havlena",
"Juraj Síč",
"David Chocholatý",
"Lukáš Holík",
"Ondřej Lengál",
"Michal Hečko"
],
"contacts": ["Lukáš Holík <holik@fit.vutbr.cz>"],
"website": "https://github.com/VeriFIT/z3-noodler",
"system_description": "https://github.com/VeriFIT/z3-noodler/blob/devel/doc/noodler/z3-noodler-system-description-2025.pdf",
"command": [ "./z3-noodler" ],
"solver_type": "derived",
"seed": 48655,
"participations": [
{ "tracks": ["SingleQuery"], "logics": "QF_Strings" }
],
"competitive": false,
"final": true
}