https://github.com/bitwuzla/bitwuzla
Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays and uninterpreted functions and their combinations. Its name is derived from an Austrian dialect expression that can be translated as “someone who tinkers with bits”.
https://github.com/bitwuzla/bitwuzla
Last synced: about 2 months ago
JSON representation
Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays and uninterpreted functions and their combinations. Its name is derived from an Austrian dialect expression that can be translated as “someone who tinkers with bits”.
- Host: GitHub
- URL: https://github.com/bitwuzla/bitwuzla
- Owner: bitwuzla
- License: other
- Created: 2020-09-19T01:50:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-29T15:20:54.000Z (2 months ago)
- Last Synced: 2025-09-29T17:27:20.515Z (2 months ago)
- Language: SMT
- Homepage: https://bitwuzla.github.io
- Size: 29 MB
- Stars: 281
- Watchers: 11
- Forks: 43
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-sat-solvers - Bitwuzla
README
[](https://opensource.org/licenses/MIT)

# Bitwuzla
Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories
of fixed-size bit-vectors, floating-point arithmetic, arrays, uninterpreted
functions and their combinations.
If you are using Bitwuzla in your work, or if you incorporate it into software
of your own, we invite you to send us a description and link to your
project/software, so that we can link it as third party
application on [bitwuzla.github.io](https://bitwuzla.github.io).
## Website
More information about Bitwuzla is available at: https://bitwuzla.github.io
## Documentation
Documentation for Bitwuzla is available at: https://bitwuzla.github.io/docs
## Download
The latest version of Bitwuzla is available on GitHub:
https://github.com/bitwuzla/bitwuzla
## Build and Installation Instructions
Bitwuzla can be built on Linux and macOS. Windows support is planned and WIP.
For detailed build and installation instructions
see [docs/install.rst](docs/install.rst).
## Citing Bitwuzla
A [comprehensive system description](https://bitwuzla.github.io/data/NiemetzP-CAV23.pdf)
of Bitwuzla was presented and published at CAV 2023.
Please use the following Bibtex for citing Bitwuzla.
```
@inproceedings{DBLP:conf/cav/NiemetzP23,
author = {Aina Niemetz and
Mathias Preiner},
editor = {Constantin Enea and
Akash Lal},
title = {Bitwuzla},
booktitle = {Computer Aided Verification - 35th International Conference, {CAV}
2023, Paris, France, July 17-22, 2023, Proceedings, Part {II}},
series = {Lecture Notes in Computer Science},
volume = {13965},
pages = {3--17},
publisher = {Springer},
year = {2023},
url = {https://doi.org/10.1007/978-3-031-37703-7\_1},
doi = {10.1007/978-3-031-37703-7\_1},
timestamp = {Fri, 21 Jul 2023 17:55:59 +0200},
biburl = {https://dblp.org/rec/conf/cav/NiemetzP23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```
## Contributing
Please refer to our [contributing guidelines](CONTRIBUTING.md).