mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19fb3e98dc
commit
753b9dd734
6 changed files with 24 additions and 14 deletions
|
@ -147,7 +147,7 @@ private:
|
|||
expr_ref_vector fmls(m);
|
||||
for (expr* a : m_assertions) {
|
||||
m_th_rewriter(a, fml1, proof);
|
||||
m_rewriter(fml1, fml, proof);
|
||||
m_rewriter(false, fml1, fml, proof);
|
||||
m_solver->assert_expr(fml);
|
||||
}
|
||||
m_rewriter.flush_side_constraints(fmls);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue