Skip to content

Commit 7fcf9e9

Browse files
committed
Submission: Z3-Owl
1 parent 0d9fe32 commit 7fcf9e9

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

submissions/Z3-Owl.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
{
22
"name": "Z3-Owl",
33
"contributors": [
4-
"First Smith",
5-
{ "name": "Second Baker", "website": "http://baker.com/" }
4+
"Hanrui Zuo", "Peisen Yao"
65
],
7-
"contacts": ["contact name <[email protected]>"],
6+
"contacts": ["Peisen Yao <[email protected]>"],
87
"archive": {
9-
"url": "http://example.com/solver.tar.gz",
10-
"h": { "sha256": "012345" }
8+
"url": "https://drive.usercontent.google.com/download?id=1NvC4K6oGYN6DP40wUh-oL6JiIBvfKG64&export=download",
9+
"h": { "sha256": "14481e149fccc581a67691424294113ded5eae104b74615efbd77f6c1fe968fb" }
1110
},
12-
"website": "http://example.com/",
11+
"website": "https://rainoftime.github.io/html/owl.html",
1312
"system_description": "http://example.com/system.pdf",
14-
"command": ["relative_cmd", "default_command_line"],
15-
"solver_type": "Standalone",
16-
"seed": "42",
13+
"command": ["Z3-Owl"],
14+
"solver_type": "derived",
1715
"participations": [
18-
{ "tracks": ["SingleQuery"], "divisions": ["Equality"] },
1916
{
2017
"tracks": ["SingleQuery"],
21-
"logics": "QF_.*LRA.*",
22-
"command": ["relative_cmd", "other_option"]
23-
},
24-
{
25-
"tracks": ["SingleQuery"],
26-
"logics": ["LIA"],
27-
"archive": { "url": "http://example.com/solver_lia.tar.gz" },
28-
"command": ["relative_cmd", "--super-lia"]
18+
"logics": [
19+
"QF_BV",
20+
"QF_UFBV",
21+
"QF_ABV",
22+
"QF_AUFBV",
23+
"QF_FP",
24+
"QF_BVFP"
25+
]
2926
}
3027
]
3128
}

0 commit comments

Comments
 (0)