Hacker News new | ask | show | jobs
by tyilo 209 days 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

I always use that instead of the z3-solver directly.

1 comments

Have you tried to compare Z3 with cvc5? 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

I was about to comment the same. Z3 always takes all the credit but cvc5 is just as great!