Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorHansen committed May 30, 2024
1 parent 300b8a5 commit 88f33e2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions submissions/STP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "STP",
"contributors": [
"Vijay Ganesh",
"Trevor Hansen",
"Mate Soos",
"Dan Liew",
"Ryan Govostes",
"Andrew V. Jones"
],
"contacts": [
"Trevor Hansen <[email protected]>"
],
"archive": {
"url": "https://github.com/stp/stp/releases/download/smtcomp2024/smtcomp-2024.zip",
"h": { "sha256": "1" }
},
"website": "https://stp.github.io/",
"system_description": "https://github.com/stp/docs/tree/master/smt2024-descr/descr.pdf",
"solver_type": "Standalone",
"seed": "1343",
"participations": [
{
"tracks": ["SingleQuery"],
"logics": ["QF_BV"],
"command": ["./stp"]
},
{
"tracks": ["Incremental"],
"logics": ["QF_BV"],
"command": ["./stp"]
},
{
"tracks": ["ModelValidation"],
"logics": ["QF_BV"],
"command": ["./stp"]
}
]
}

0 comments on commit 88f33e2

Please sign in to comment.