Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z3-alpha draft PR #65

Merged
merged 8 commits into from
Jun 18, 2024
Merged
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
35 changes: 35 additions & 0 deletions submissions/Z3-alpha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Z3-alpha",
"contributors": [
"Zhengyang John Lu", "Paul Sarnighausen-Cahn", "Stefan Siemer", "Florin Manea", "Vijay Ganesh"
],
"contacts": ["John Lu <[email protected]>"],
"archive": {
"url": "https://zenodo.org/records/11643334/files/z3alpha.tar.gz?download=1"
},
"website": "https://github.com/JohnLyu2/z3alpha",
"system_description": "https://drive.google.com/uc?export=download&id=17IULX6QpcqKJ51BzeT6XttAtyRwJIFyY",
"solver_type": "derived",
"command": ["z3alpha_submission/z3alpha.py"],
"seed": "1231",
"participations": [
{
"tracks": ["SingleQuery"],
"divisions": [
"Bitvec",
"QF_Bitvec",
"QF_Datatypes",
"QF_Equality",
"QF_LinearIntArith",
"QF_LinearRealArith",
"QF_NonLinearIntArith",
"QF_NonLinearRealArith",
"QF_Strings"
]
},
{
"tracks": ["SingleQuery"],
"logics": ["QF_AUFBV", "QF_UFBV"]
}
]
}
Loading