This repo contains a couple of small examples of what SMT solver can be used for.
- Python 3.7
- requirements.txt
python -m venv <venv_name>
.\<venv_name>\Scripts\activate
python -m pip install -r requirements.txt
python main.py -e all
This repo contains a couple of small examples of what SMT solver can be used for.
python -m venv <venv_name>
.\<venv_name>\Scripts\activate
python -m pip install -r requirements.txt
python main.py -e all