Skip to content

Commit

Permalink
Create smtinterpol
Browse files Browse the repository at this point in the history
Draft for the smtinterpol submission.
  • Loading branch information
jhoenicke authored May 15, 2024
1 parent a9d60c2 commit 17c006b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions submissions/smtinterpol
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "SMTInterpol",
"contributors": [
"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-smtcomp2024.tar.gz",
"h": { "sha256": "012345" }
},
"website": "https://ultimate.informatik.uni-freiburg.de/smtinterpol",
"system_description": "https://ultimate.informatik.uni-freiburg.de/smtinterpol/smtcomp2024.pdf",
"command": ["bin/smtinterpol"],
"solver_type": "Standalone",
"participations": [
{
"tracks": ["SingleQuery"],
"logics": "(QF_)?(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
},
{
"tracks": ["Incremental"],
"logics": "(QF_)?(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
},
{
"tracks": ["ModelValidation"],
"logics": "(QF_)(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
},
{
"tracks": ["UnsatCore"],
"logics": "(QF_)?(AX?)?(UF)?(DT)?([IR]DL|[NL][IR]*A)?",
"command": ["bin/smtinterpol"]
}
]
}

0 comments on commit 17c006b

Please sign in to comment.