3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 10:20:23 +00:00

missing file

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-24 12:51:47 -07:00
parent db65cc007a
commit 48d144a6dd
5 changed files with 126 additions and 8 deletions

View file

@ -20,6 +20,7 @@ Revision History:
#ifndef PROOF_UTILS_H_
#define PROOF_UTILS_H_
#include "ast/ast.h"
#include "ast/rewriter/bool_rewriter.h"
/*
* iterator, which traverses the proof in depth-first post-order.
@ -66,7 +67,6 @@ public:
};
#include "ast/rewriter/bool_rewriter.h"
class elim_aux_assertions {
static bool matches_fact(expr_ref_vector &args, expr* &match) {