Run: "sudo apt install minisat"
source: https://github.com/netom/satispy/
Run: "sudo pip install satispy"
Expressions can be built by creating variables and gluing them together arbitrarily with boolean operators:
NOT: - (unary)
AND: &
OR: |
XOR: ^
IMPLICATION >>