Skip to content

Commit

Permalink
SMT-RAT submission (#60)
Browse files Browse the repository at this point in the history
* smtrat submission

* Remove trailing comma

* add seed

* update solver
  • Loading branch information
ValentinPromies authored Jun 18, 2024
1 parent e8e4994 commit 0e0c955
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions submissions/smtrat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "SMT-RAT",
"contributors": [
"Jasper Nalbach",
"Valentin Promies",
"Erika Ábrahám"
],
"contacts": ["Jasper Nalbach <[email protected]>", "Valentin Promies <[email protected]>"],
"archive": {
"url": "https://github.com/ths-rwth/smtrat/releases/download/24.06/smtrat.tgz"
},
"website": "https://github.com/ths-rwth/smtrat",
"system_description": "https://github.com/ths-rwth/smtrat/blob/master/doc/smtcomp-description/smtcomp-2024.pdf",
"command": [ "./smtrat" ],
"solver_type": "Standalone",
"seed": 174228,
"participations": [
{ "tracks": ["SingleQuery"], "logics": "(QF_)?NRA" },
{ "tracks": ["ModelValidation"], "logics": "QF_NRA" }
]
}

0 comments on commit 0e0c955

Please sign in to comment.