Skip to content

Commit

Permalink
Try.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreiner committed Jun 3, 2024
1 parent ce083f9 commit 42fe2bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions submissions/bitwuzla.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"participations": [
{
"tracks": ["SingleQuery"],
"logics": "^(QF_)?(A)?(UF)?(BV|FP|FPLRA)+$",
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
"command": ["bin/bitwuzla", "--abstraction", "--abstraction-bv-size=33"]
},
{
"tracks": ["Incremental"],
"logics": "^(QF_)?(A)?(UF)?(BV|FP|FPLRA)+$",
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
"command": ["bin/bitwuzla"]
},
{
"tracks": ["UnsatCore"],
"logics": "^(QF_)?(A)?(UF)?(BV|FP|FPLRA)+$",
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
"command": ["bin/bitwuzla"]
},
{
"tracks": ["ModelValidation"],
"logics": "^(QF_)?(A)?(UF)?(BV|FP|FPLRA)+$",
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
"command": ["bin/bitwuzla"]
}
]
Expand Down

0 comments on commit 42fe2bf

Please sign in to comment.