Skip to content

Commit

Permalink
update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed May 30, 2024
1 parent eb8e5ec commit 735216b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Currently JavaSMT supports several SMT solvers (see [Getting Started](doc/Gettin
| [Yices2](https://yices.csl.sri.com/) | :heavy_check_mark: | [maybe](https://github.com/sosy-lab/java-smt/pull/215) | | |
| [Z3](https://github.com/Z3Prover/z3) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | mature and well-known solver |

We support a reasonable list of operating systems and versions.
Our main target is Linux (64-bit, mainly Ubuntu 22.04 or newer,
several solver libraries also work on Ubuntu 18.04, or comparable Linux distributions).
Windows 10/11 and MacOS are supported for several SMT solvers (with limited hardware for testing).
If a specific operating system is missing and required, please do not hesitate and open an issue!

The following features are supported (depending on the used SMT solver):

- Satisfiability checking
Expand Down

0 comments on commit 735216b

Please sign in to comment.