mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 01:51:16 +00:00
move proof utils under ast
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1315c8d7de
commit
fc822af707
12 changed files with 722 additions and 869 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "ast/ast_util.h"
|
||||
#include "ast/proofs/proof_checker.h"
|
||||
#include "smt/smt_value_sort.h"
|
||||
#include "muz/base/proof_utils.h"
|
||||
#include "ast/proofs/proof_utils.h"
|
||||
#include "ast/scoped_proof.h"
|
||||
#include "muz/spacer/spacer_qe_project.h"
|
||||
#include "tactic/core/blast_term_ite_tactic.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue