1
Fork 0
mirror of https://github.com/Jaxan/satuio.git synced 2025-04-27 06:37:45 +02:00
Using SAT solvers to construct UIOs and ADSs
Find a file
2022-01-18 17:00:32 +01:00
examples First(ish) version of the UIO solver 2022-01-17 08:56:37 +01:00
.gitignore Initial commit 2022-01-17 08:48:55 +01:00
README.md small change in output style 2022-01-17 16:54:41 +01:00
uio.py Add more comments and clean up a bit 2022-01-18 17:00:32 +01:00

satuio

Using SAT solvers to construct UIOs and ADSs for Mealy machines.

Dependencies

This project uses Python. It uses the following packages which can be installed with pip.

  • pysat
  • tqdm
  • rich

Usage

(Note: this project is still WIP and the commands will change.)

#              <file>        <length>
python3 uio.py examples/esm-0.dot 3

© Joshua Moerman, Open Universiteit