Skip to content

Commit

Permalink
Add bitvector logics
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoenicke committed May 26, 2024
1 parent 5f7a036 commit 9e28d35
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions submissions/smtinterpol
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "SMTInterpol",
"contributors": [
"Max Barth", "Leon Cacace",
"Jürgen Christ", "Daniel Dietsch", "Leonard Fichtner",
"Joanna Greulich", "Elisabeth Henkel", "Matthias Heizmann",
"Jochen Hoenicke", "Moritz Mohr", "Alexander Nutz",
"Markus Pomrehn", "Pascal Raiola", "Tanja Schindler"
],
"contacts": ["Jochen Hoenicke <[email protected]>"],
"archive": {
"url": "https://ultimate.informatik.uni-freiburg.de/smtinterpol/smtinterpol-2.5-1325-g08d69897.tar.gz",
"h": { "sha256": "eb1fa7797ee8e95558dcef06013397582d4dc23bf54acc8f6a8f1bb6a2037d83" }
"url": "https://ultimate.informatik.uni-freiburg.de/smtinterpol/smtinterpol-2.5-1335-gfbbd08ff.tar.gz",
"h": { "sha256": "4aa2d05b8ffbd684e9507a846111ac342f443234f08424b01454becd124b0818" }
},
"website": "https://ultimate.informatik.uni-freiburg.de/smtinterpol",
"system_description": "https://ultimate.informatik.uni-freiburg.de/smtinterpol/sysdesc2024.pdf",
Expand All @@ -21,11 +22,21 @@
"logics": "(QF_)?(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
},
{
"tracks": ["SingleQuery"],
"logics": "(QF_)?(AX?)?(UF)?BV(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol-bv"]
},
{
"tracks": ["Incremental"],
"logics": "(QF_)?(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
},
{
"tracks": ["Incremental"],
"logics": "(QF_)?(AX?)?(UF)?BV(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol-bv"]
},
{
"tracks": ["ModelValidation"],
"logics": "(QF_)(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
Expand Down

0 comments on commit 9e28d35

Please sign in to comment.