3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 20:50:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-09 09:55:37 -08:00
parent 0a9946578b
commit 700f413e26
3 changed files with 7 additions and 6 deletions

View file

@ -134,6 +134,7 @@ public:
private:
void flush_assertions() const {
m_rewriter.updt_params(get_params());
proof_ref proof(m);
expr_ref fml1(m), fml(m);
expr_ref_vector fmls(m);