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
30 changes: 30 additions & 0 deletions submissions/z3_base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Z3-4.15.0",
"contributors": [
"Nikolaj Bjørner et al."
],
"contacts": ["Nikolaj Bjørner <nbjorner@microsoft.com>"],
"archive": {
"url": "https://zenodo.org/records/15687848/files/z3.zip?download=1"
},
"website": "https://github.com/Z3Prover/z3",
"system_description": "https://link.springer.com/content/pdf/10.1007/978-3-540-78800-3_24.pdf",
"solver_type": "Standalone",
"command": ["./z3"],
"seed": "33",
"participations": [
{
"tracks": ["SingleQuery"],
"divisions": [
"Arith",
"Bitvec",
"QF_Bitvec",
"QF_LinearIntArith",
"QF_LinearRealArith",
"QF_NonLinearIntArith",
"QF_NonLinearRealArith",
"QF_Strings"
]
}
]
}
33 changes: 33 additions & 0 deletions submissions/z3alpha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Z3-alpha",
"contributors": [
"John Lu",
"Paul Sarnighausen-Cahn",
"Jiahao Chen",
"Florin Manea",
"Vijay Ganesh"
],
"contacts": ["John Lu <z52lu@uwaterloo.ca>"],
"archive": {
"url": "https://zenodo.org/records/15765918/files/submission25.zip?download=1"
},
"website": "https://github.com/JohnLyu2/z3alpha",
"system_description": "https://drive.google.com/uc?export=download&id=17n4WbrukfKz7CxdVBXtSQjU_EYmwo1ZR",
"solver_type": "derived",
"command": ["./z3alpha.py"],
"seed": "33",
"participations": [
{
"tracks": ["SingleQuery"],
"divisions": [
"Arith",
"QF_Bitvec",
"QF_LinearIntArith",
"QF_LinearRealArith",
"QF_NonLinearIntArith",
"QF_NonLinearRealArith",
"QF_Strings"
]
}
]
}