3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-10 22:03:23 +00:00

Refactor iuc_proof as a separate class

This also adds DOT printing support to interpolating proofs
(color for different parts)

iuc_proof is a proof used for IUC computation
This commit is contained in:
Arie Gurfinkel 2018-05-15 09:43:31 -07:00
parent 10106e8e12
commit 56114a5f6d
9 changed files with 960 additions and 379 deletions

View file

@ -25,6 +25,7 @@ z3_add_component(spacer
spacer_quant_generalizer.cpp
spacer_callback.cpp
spacer_json.cpp
spacer_iuc_proof.cpp
COMPONENT_DEPENDENCIES
arith_tactics
core_tactics