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

Solver submission: cvc5 #64

Merged
merged 6 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
62 changes: 62 additions & 0 deletions submissions/cvc5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "cvc5",
"contributors": [
"Leni Aniva",
"Haniel Barbosa",
"Clark Barrett",
"Hanna Lachnitt",
"Daniel Larraz",
"Abdalrhman Mohamed",
"Mudathir Mohamed",
"Aina Niemetz",
"Alex Ozdemir",
"Mathias Preiner",
"Andrew Reynolds",
"Hans-Jörg Schurr",
"Cesare Tinelli",
"Amalee Wilson",
"Yoni Zohar"
],
"contacts": [
"Hans-Jörg Schurr <hansjoerg-schurr@uiowa.edu>",
"Amalee Wilson <amalee@stanford.edu>",
"Clark Barrett <barrettc@stanford.edu>"
],
"archive": {
"url": "https://zenodo.org/records/11581520/files/cvc5-default.zip",
"h": {
"sha256": "4e8b6f6aaa8a22afec427633e66d1880f9f106efca4aa35d143cd97f90f2b3bb"
}
},
"website": "https://cvc5.github.io/",
"system_description": "https://zenodo.org/records/11581520/files/cvc5.pdf",
"command": [ "bin/starexec_run_sq" ],
"solver_type": "Standalone",
"participations": [
{
"tracks": [ "SingleQuery" ],
"logics": ".*"
},
{
"tracks": [ "UnsatCore" ],
"logics": ".*",
"command": [ "bin/starexec_run_uc" ]
},
{
"tracks": [ "ModelValidation" ],
"logics": ".*",
"command": [ "bin/starexec_run_mv" ]
},
{
"tracks": [ "Incremental" ],
"logics": ".*",
"archive": {
"url": "https://zenodo.org/records/11581520/files/cvc5-inc.zip",
"h": {
"sha256": "25d7fb5461a5b4b96e75145d95700085db81f3b0f6c7af556b47a2aaf1fbcd96"
}
},
"command": [ "bin/smtcomp_run_incremental" ]
}
]
}
Loading