Skip to content

This repo contains a couple of small examples of what SMT solver can be used for.

License

Notifications You must be signed in to change notification settings

KraProgrammer/smt-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smt-examples

This repo contains a couple of small examples of what SMT solver can be used for.

Requirements

  • Python 3.7
  • requirements.txt

Setup Python environment with CLI

python -m venv <venv_name>
.\<venv_name>\Scripts\activate
python -m pip install -r requirements.txt

Run the program

python main.py -e all

About

This repo contains a couple of small examples of what SMT solver can be used for.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages