3 ms·
I have created a Python library called "z4-solver" that adds some nice utility functions on top of z3: https://github.com/Tyilo/z4 https://github.com/Tyilo/z4
by tyilo 10mo ago
I have created a Python library called "z4-solver" that adds some nice utility functions on top of z3: https://github.com/Tyilo/z4 https://github.com/Tyilo/z4
I always use that instead of the z3-solver directly.
- Recursing 10mo agoHave you tried to compare Z3 with cvc5? https://cvc5.github.io/docs/cvc5-1.1.2/api/python/pythonic/pythonic.html https://cvc5.github.io/docs/cvc5-1.1.2/api/python/pythonic/p... It offers basically the same API and could be faster in many cases
- gignico 10mo agoI was about to comment the same. Z3 always takes all the credit but cvc5 is just as great!