From 0e0c955a3a94ceac842e54ae90615d0dda8a3e4a Mon Sep 17 00:00:00 2001 From: ValentinPromies <44966217+ValentinPromies@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:38:40 +0200 Subject: [PATCH] SMT-RAT submission (#60) * smtrat submission * Remove trailing comma * add seed * update solver --- submissions/smtrat.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 submissions/smtrat.json diff --git a/submissions/smtrat.json b/submissions/smtrat.json new file mode 100644 index 00000000..f5a82b9d --- /dev/null +++ b/submissions/smtrat.json @@ -0,0 +1,21 @@ +{ + "name": "SMT-RAT", + "contributors": [ + "Jasper Nalbach", + "Valentin Promies", + "Erika Ábrahám" + ], + "contacts": ["Jasper Nalbach ", "Valentin Promies "], + "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" } + ] +}