Run the following command
pip install git+https://github.com/Lizn-zn/pysmt.git@Bottema
pip install [email protected]:Lizn-zn/MT_Solver.gitRun python test/test.py to test all solvers
- SMT solver checks satisfiability of a formula
mtsolve --fpath ./test/cases/3.smt --z3 "--timeout 5"- SOS prover checks a formula is a sum of squares
mtprove --fpath ./test/cases/3.smt --tsds "--timeout 5"