Skip to content
forked from masinag/arfv2025

Material for the course Automated Reasoning and Formal Verification a.a. 2024/2025 from the University of Trento

License

Notifications You must be signed in to change notification settings

elblasco/arfv2025

 
 

Repository files navigation

Automated Reasoning and Formal Verification

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.


🚀 Contributing Homework Solutions

Students are encouraged to contribute their homework solutions:

  1. Fork this repository.
  2. Add your solution in the folder: ./<lab>/homeworks-students-solutions/<username>hw<number>.<ext>
  3. Open a pull request (PR) to submit your work.

🔗 Need help? See GitHub's guide on contributing to a project.

I will review submissions and merge accepted PRs.


🛠 Software Setup

MathSAT

🔗 Download it from the MathSAT website.

PySMT

Install dependencies and set up PySMT with MathSAT:

pip install -r requirements.txt
pysmt-install --msat

About

Material for the course Automated Reasoning and Formal Verification a.a. 2024/2025 from the University of Trento

Resources

License

Stars

Watchers

Forks

Languages

  • SMT 58.7%
  • Python 41.3%