It is a super duper faster z3
Converting z3 scripts to cvc5 is easy with the pythonic api;
- import z3
+ import cvc5_pythonic_api as z3
docker run --name cvc5 --rm -v $(pwd)/:/ctf/work -d fibonhack/cvc5:latest
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
It is a super duper faster z3
Converting z3 scripts to cvc5 is easy with the pythonic api;
- import z3
+ import cvc5_pythonic_api as z3
docker run --name cvc5 --rm -v $(pwd)/:/ctf/work -d fibonhack/cvc5:latest