Skip to content

Commit 6b804b9

Browse files
authored
SMTInterpol submission 2025 (#168)
* Create smtinterpol for 2025 * Updated solver to support all logics * Upated version * Clean rebuild using docker * Updated URL to point to zenodo
1 parent 0156875 commit 6b804b9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

submissions/smtinterpol.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "SMTInterpol",
3+
"contributors": [
4+
"Max Barth", "Leon Cacace",
5+
"Jürgen Christ", "Daniel Dietsch", "Leonard Fichtner",
6+
"Joanna Greulich", "Elisabeth Henkel", "Matthias Heizmann",
7+
"Jochen Hoenicke", "Moritz Mohr", "Alexander Nutz",
8+
"Markus Pomrehn", "Pascal Raiola", "Tanja Schindler"
9+
],
10+
"contacts": [
11+
"Jochen Hoenicke <[email protected]>"
12+
],
13+
"archive": {
14+
"url": "https://zenodo.org/records/15756957/files/smtinterpol-2.5-1405-gae7e68ef.tar.gz?download=1",
15+
"h": { "sha256": "41a3ce3d38417a807865a389df3b8466492d584070c21888ac2732d8470d601c" }
16+
},
17+
"website": "https://ultimate.informatik.uni-freiburg.de/smtinterpol",
18+
"system_description": "https://ultimate.informatik.uni-freiburg.de/smtinterpol/sysdesc2025.pdf",
19+
"command": ["smtinterpol"],
20+
"solver_type": "Standalone",
21+
"seed": "2030142482",
22+
"participations": [
23+
{
24+
"tracks": ["SingleQuery"],
25+
"logics": "(QF_)?(AX?)?(UF)?(BV)?(DT)?([IR]DL|[NL][IR]*A)?",
26+
"command": ["smtinterpol"]
27+
},
28+
{
29+
"tracks": ["Incremental"],
30+
"logics": "(QF_)?(AX?)?(UF)?(BV)?(DT)?([IR]DL|[NL][IR]*A)?",
31+
"command": ["smtinterpol"]
32+
},
33+
{
34+
"tracks": ["ModelValidation"],
35+
"logics": "(QF_)(AX?)?(UF)?(BV)?(DT)?([IR]DL|[NL][IR]*A)?",
36+
"command": ["smtinterpol"]
37+
},
38+
{
39+
"tracks": ["UnsatCore"],
40+
"logics": "(QF_)?(AX?)?(UF)?(BV)?(DT)?([IR]DL|[NL][IR]*A)?",
41+
"command": ["smtinterpol"]
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)