Skip to content

Commit c98ef10

Browse files
committed
OpenSMT submission 2025
1 parent 44ae6dd commit c98ef10

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

submissions/opensmt.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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://github.com/usi-verification-and-security/opensmt/releases/download/v2.9.2/opensmt-x64-linux-static.tar.bz2"
15+
},
16+
"command": ["./opensmt"],
17+
"website": "https://github.com/usi-verification-and-security/opensmt",
18+
"system_description": "https://github.com/usi-verification-and-security/opensmt-doc/blob/master/smt-comp/abstract-2025.pdf",
19+
"solver_type": "Standalone",
20+
"seed": 87,
21+
"participations": [
22+
{
23+
"tracks": ["SingleQuery", "Incremental", "UnsatCore"],
24+
"logics": [
25+
"QF_UF", "QF_AX",
26+
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
27+
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA",
28+
"QF_ALIA",
29+
"QF_AUFLIA"
30+
]
31+
}
32+
,
33+
{
34+
"tracks": ["ModelValidation"],
35+
"logics": [
36+
"QF_UF",
37+
"QF_IDL", "QF_RDL", "QF_LIA", "QF_LRA",
38+
"QF_UFIDL", "QF_UFLIA", "QF_UFLRA"
39+
]
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)