Skip to content

Commit

Permalink
2024 solver participant submission: OpenSMT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaqa committed May 30, 2024
1 parent 300b8a5 commit 1992569
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions submissions/opensmt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "OpenSMT",
"contributors": [
{ "name": "Tomáš Kolárik", "website": "https://github.com/Tomaqa" }
,
{ "name": "Martin Blicha", "website": "https://github.com/blishko" }
],
"contacts": [
"Tomáš Kolárik <[email protected]>"
,
"Martin Blicha <[email protected]>"
],
"archive": {
"url": "https://zenodo.org/records/11371847/files/opensmt.tgz"
,
"h": { "sha256": "f42b6f25012344f76886305d3177eda610999508224135445bb119582d12b30c" }
},
"command": ["./opensmt"],
"website": "https://github.com/usi-verification-and-security/opensmt",
"system_description": "https://github.com/usi-verification-and-security/opensmt-doc/blob/master/smt-comp/abstract-2024.pdf",
"solver_type": "Standalone",
"participations": [
{
"tracks": ["SingleQuery", "Incremental", "UnsatCore"],
"logics": [
"QF_UF", "QF_AX",
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA",
"QF_ALIA",
"QF_AUFLIA"
]
}
,
{
"tracks": ["ModelValidation"],
"logics": [
"QF_UF",
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA"
]
}
],
"seed": 13
}

0 comments on commit 1992569

Please sign in to comment.