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:
parent
10106e8e12
commit
56114a5f6d
9 changed files with 960 additions and 379 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue