https://github.com/vil02/str8ts_solver
str8ts solver using z3
https://github.com/vil02/str8ts_solver
str8ts str8ts-solver z3
Last synced: 5 months ago
JSON representation
str8ts solver using z3
- Host: GitHub
- URL: https://github.com/vil02/str8ts_solver
- Owner: vil02
- License: mit
- Created: 2025-12-22T14:51:18.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-01-13T19:21:05.000Z (5 months ago)
- Last Synced: 2026-01-13T21:39:01.219Z (5 months ago)
- Topics: str8ts, str8ts-solver, z3
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About `str8ts_solver`
[](https://pypi.org/project/str8ts_solver/)
[](https://sonarcloud.io/summary/new_code?id=vil02_str8ts_solver)
[](https://codecov.io/gh/vil02/str8ts_solver)
[](https://www.codefactor.io/repository/github/vil02/str8ts_solver)
[](https://app.codacy.com/gh/vil02/str8ts_solver/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://securityscorecards.dev/viewer/?uri=github.com/vil02/str8ts_solver)
[Str8ts](https://en.wikipedia.org/wiki/Str8ts) solver using [z3](https://github.com/Z3Prover/z3).
## Getting started
This package is available at [PyPI](https://pypi.org/project/str8ts_solver/).
It can be installed using the command
```shell
pip install str8ts_solver
```
The [`examples`](./examples) directory contains scripts showing basic usage of this package.
## Information for developers
This project is setup using [`uv`](https://docs.astral.sh/uv/).
In order to create a _development environment_,
after cloning this repository, run the command like:
```shell
uv pip install --editable .
```
[`tests`](./tests) are expressed using [`pytest`](https://docs.pytest.org/).
## References
- [Str8ts](https://www.str8ts.com/)
- [Z3 Theorem Prover](https://en.wikipedia.org/wiki/Z3_Theorem_Prover)