Skip to content

Commit 68d603d

Browse files
authored
SMTS submission 2025 update (bug fix + 2 more versions) (#203)
1 parent 02a8c88 commit 68d603d

File tree

3 files changed

+77
-3
lines changed

3 files changed

+77
-3
lines changed

submissions/smts-32.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "SMTS (32 cores)",
3+
"contributors": [
4+
{ "name": "Tomáš Kolárik", "website": "https://github.com/Tomaqa" }
5+
,
6+
{ "name": "Antti E. J. Hyvärinen", "website": "https://github.com/aehyvari" }
7+
,
8+
{ "name": "Seyedmasoud Asadzadeh", "website": "https://masoudasadzade.github.io" }
9+
],
10+
"contacts": [
11+
"Tomáš Kolárik <[email protected]>"
12+
],
13+
"archive": {
14+
"url": "https://zenodo.org/records/16024075/files/smts.tar.bz2"
15+
,
16+
"h": { "sha256": "2d8b45c2458493d45f632f9657a735d90957667caf7eb980b17b9b832b8bcc24" }
17+
},
18+
"command": ["./SMTS/server/smts.py", "-l", "-p", "-o", "32", "-fp"],
19+
"website": "https://github.com/usi-verification-and-security/SMTS",
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": ["Parallel"],
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+
"seed": 89,
35+
"competitive": false,
36+
"final": true
37+
}

submissions/smts-64.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "SMTS (64 cores)",
3+
"contributors": [
4+
{ "name": "Tomáš Kolárik", "website": "https://github.com/Tomaqa" }
5+
,
6+
{ "name": "Antti E. J. Hyvärinen", "website": "https://github.com/aehyvari" }
7+
,
8+
{ "name": "Seyedmasoud Asadzadeh", "website": "https://masoudasadzade.github.io" }
9+
],
10+
"contacts": [
11+
"Tomáš Kolárik <[email protected]>"
12+
],
13+
"archive": {
14+
"url": "https://zenodo.org/records/16024075/files/smts.tar.bz2"
15+
,
16+
"h": { "sha256": "2d8b45c2458493d45f632f9657a735d90957667caf7eb980b17b9b832b8bcc24" }
17+
},
18+
"command": ["./SMTS/server/smts.py", "-l", "-p", "-o", "64", "-fp"],
19+
"website": "https://github.com/usi-verification-and-security/SMTS",
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": ["Parallel"],
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+
"seed": 89,
35+
"competitive": false,
36+
"final": true
37+
}

submissions/smts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"Tomáš Kolárik <[email protected]>"
1212
],
1313
"archive": {
14-
"url": "https://zenodo.org/records/15756050/files/smts.tar.bz2"
14+
"url": "https://zenodo.org/records/16024075/files/smts.tar.bz2"
1515
,
16-
"h": { "sha256": "9de09b0fd757b904ef0c0e8bc515bdf1a9a615e3b140279bd41783c24638e2b8" }
16+
"h": { "sha256": "2d8b45c2458493d45f632f9657a735d90957667caf7eb980b17b9b832b8bcc24" }
1717
},
18-
"command": ["./SMTS/server/smts.py", "-l", "-p", "-pt", "2", "-nt", "30", "-o", "128", "-fp"],
18+
"command": ["./SMTS/server/smts.py", "-l", "-p", "-o", "128", "-fp"],
1919
"website": "https://github.com/usi-verification-and-security/SMTS",
2020
"system_description": "https://github.com/usi-verification-and-security/opensmt-doc/blob/master/smt-comp/abstract-2025.pdf",
2121
"solver_type": "Standalone",

0 commit comments

Comments
 (0)