3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-09 18:40:51 +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,10 +20,10 @@ Revision History:
#include "ast/ast_pp.h"
#include "ast/proofs/proof_utils.h"
#include "ast/proofs/proof_checker.h"
#include "ast/rewriter/var_subst.h"
#include "util/container_util.h"
proof_post_order::proof_post_order(proof* root, ast_manager& manager) : m(manager)
{m_todo.push_back(root);}
@ -336,7 +336,6 @@ void reduce_hypotheses(proof_ref &pr) {
#include "ast/ast_smt2_pp.h"
#include "ast/rewriter/var_subst.h"
class reduce_hypotheses0 {
typedef obj_hashtable<expr> expr_set;