Skip to content

Commit ad53a97

Browse files
authored
OpenSMT submission 2025 (#167)
* OpenSMT submission 2025 * OpenSMT submission 2025 - final
1 parent e9662c5 commit ad53a97

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

submissions/opensmt.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "OpenSMT",
3+
"contributors": [
4+
{ "name": "Tomáš Kolárik", "website": "https://github.com/Tomaqa" }
5+
,
6+
{ "name": "Martin Blicha", "website": "https://github.com/blishko" }
7+
],
8+
"contacts": [
9+
"Tomáš Kolárik <tomas.kolarik@usi.ch>"
10+
,
11+
"Martin Blicha <martin.blicha@usi.ch>"
12+
],
13+
"archive": {
14+
"url": "https://zenodo.org/records/15720348/files/opensmt-x64-linux-static.tar.bz2"
15+
,
16+
"h": { "sha256": "be4767bf5d6c08bc7f4f49ae1480f2ae2ac8f38a277d0ec39d56badd974b84bd" }
17+
},
18+
"command": ["./opensmt"],
19+
"website": "https://github.com/usi-verification-and-security/opensmt",
20+
"system_description": "https://github.com/usi-verification-and-security/opensmt-doc/blob/master/smt-comp/abstract-2025.pdf",
21+
"solver_type": "Standalone",
22+
"participations": [
23+
{
24+
"tracks": ["SingleQuery", "Incremental", "UnsatCore"],
25+
"logics": [
26+
"QF_UF", "QF_AX",
27+
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
28+
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA",
29+
"QF_ALIA",
30+
"QF_AUFLIA"
31+
]
32+
}
33+
,
34+
{
35+
"tracks": ["ModelValidation"],
36+
"logics": [
37+
"QF_UF",
38+
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
39+
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA"
40+
]
41+
}
42+
],
43+
"seed": 87,
44+
"final": true
45+
}

0 commit comments

Comments
 (0)