mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
create proofs folder, move proof-post-order utility to proofs directory, fix regression with proofs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72c9134424
commit
d67f3c1466
19 changed files with 53 additions and 54 deletions
7
src/ast/proofs/CMakeLists.txt
Normal file
7
src/ast/proofs/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
z3_add_component(proofs
|
||||
SOURCES
|
||||
proof_checker.cpp
|
||||
proof_utils.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
rewriter
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue