Skip to content

Commit

Permalink
Fix plat-smt.json logics
Browse files Browse the repository at this point in the history
  • Loading branch information
dewert99 authored Jun 4, 2024
1 parent 09b40f8 commit 70e5237
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions submissions/plat-smt.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"participations": [
{
"tracks": ["SingleQuery"],
"logics": "ˆQF_UF"
"logics": ["QF_UF"]
},
{
"tracks": ["Incremental"],
"logics": "ˆQF_UF",
"logics": ["QF_UF"],
"command": ["./plat-smt", "-i"]
},
{
"tracks": ["UnsatCore"],
"logics": "ˆQF_UF"
"logics": ["QF_UF"]
},
{
"tracks": ["ModelValidation"],
"logics": "ˆQF_UF"
"logics": ["QF_UF"]
}
]
}

0 comments on commit 70e5237

Please sign in to comment.