mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fix assert-and-track semantics for smt2 logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
908254752b
commit
fd1974845b
4 changed files with 28 additions and 19 deletions
|
@ -3240,7 +3240,7 @@ namespace smt {
|
|||
else
|
||||
assign(l, b_justification::mk_axiom());
|
||||
m_assumptions.push_back(l);
|
||||
get_bdata(l.var()).m_assumption = true;
|
||||
get_bdata(l.var()).m_assumption = true;
|
||||
}
|
||||
}
|
||||
m_search_lvl = m_scope_lvl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue