Lab materials for the course Automated Reasoning and Formal Verification at the University of Trento (a.a. 2024/2025).
Video recordings will be available on the course website.
Students are encouraged to contribute their homework solutions:
- Fork this repository.
- Add your solution in the folder:
./<lab>/homeworks-students-solutions/<username>hw<number>.<ext> - Open a pull request (PR) to submit your work. See GitHub's guide on contributing to a project.
I will review submissions and merge accepted PRs.
Download it from the MathSAT website.
Download it from the OptiMathSAT website.
Install dependencies and set up PySMT with MathSAT:
pip install -r requirements.txt
pysmt-install --msat
pysmt-install --z3Download it from the nuXmv website.