epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 50 forks source link

Add support for smt-cvc5 #1444

Closed mario-bucev closed 10 months ago

mario-bucev commented 10 months ago

cvc5 can be selected with --solvers=smt-cvc5 (as long as its executable can be found in PATH). The other changes relate to integration test: instead of loading verification/ per solver, we do it only once.