Skip to content

Commit

Permalink
Amaya's submission for SMT-COMP 2024 (#57)
Browse files Browse the repository at this point in the history
* copy template

* finish initial PR

* typo

* fix archive

* add seed

* fixing symlinks

* change called script

* input format fix

* output format

* fix behaviour on NIA - return unknown

* remove Arith

* change to Zenodo
  • Loading branch information
ondrik authored Jun 18, 2024
1 parent 5273d55 commit e8e4994
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions submissions/Amaya.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Amaya",
"contributors": [
"Vojtěch Havlena", "Michal Hečko", "Lukáš Holík", "Ondřej Lengál"
],
"contacts": ["Michal Hečko <[email protected]>", "Ondřej Lengál <[email protected]>"],
"archive": {
"url": "https://zenodo.org/records/11625128/files/amaya-smt-comp-2024-v6.tar.gz",
"h": { "sha256": "5a2e5051741fa5ab1110bb5829304301f222e3aa23e2124fb8ad4e07041bc630" }
},
"website": "https://github.com/MichalHe/amaya",
"system_description": "https://github.com/VeriFIT/amaya-smt-comp/blob/master/system-description-2024/main.pdf",
"command": ["amaya/run.sh"],
"solver_type": "Standalone",
"participations": [
{
"tracks": ["SingleQuery"],
"logics": ["LIA", "NIA"]
}
],
"seed": "1337001337"
}

0 comments on commit e8e4994

Please sign in to comment.