|
| 1 | +{ |
| 2 | + "name": "Bitwuzla", |
| 3 | + "contributors": ["Aina Niemetz", "Mathias Preiner"], |
| 4 | + "contacts": [ "Mathias Preiner <[email protected]>"], |
| 5 | + |
| 6 | + "archive": { |
| 7 | + "url": "https://zenodo.org/records/15660376/files/bitwuzla-submission-smtcomp-2025.zip?download=1", |
| 8 | + "h": {"sha256": "3c8773ac800272e333d1efaa857ede92e3ba6ac6b6735224092799ac00fb0bd0"} |
| 9 | + }, |
| 10 | + |
| 11 | + "command": ["bin/bitwuzla"], |
| 12 | + |
| 13 | + "website": "https://bitwuzla.github.io", |
| 14 | + "system_description": "https://bitwuzla.github.io/data/smtcomp2025/paper.pdf", |
| 15 | + "solver_type": "Standalone", |
| 16 | + "seed": "42", |
| 17 | + "participations": [ |
| 18 | + { |
| 19 | + "tracks": ["SingleQuery"], |
| 20 | + "logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$", |
| 21 | + "command": ["bin/bitwuzla"] |
| 22 | + }, |
| 23 | + { |
| 24 | + "tracks": ["Incremental"], |
| 25 | + "logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$", |
| 26 | + "command": ["bin/bitwuzla"] |
| 27 | + }, |
| 28 | + { |
| 29 | + "tracks": ["UnsatCore"], |
| 30 | + "logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$", |
| 31 | + "command": ["bin/bitwuzla"] |
| 32 | + }, |
| 33 | + { |
| 34 | + "tracks": ["ModelValidation"], |
| 35 | + "logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$", |
| 36 | + "command": ["bin/bitwuzla"] |
| 37 | + }, |
| 38 | + { |
| 39 | + "tracks": ["Parallel"], |
| 40 | + "logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$", |
| 41 | + "command": ["bin/bitwuzla", "--sat-solver=gimsatul", "-j", "128"] |
| 42 | + } |
| 43 | + ] |
| 44 | +} |
0 commit comments