mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
parent
26192e848c
commit
be3a9b227c
5 changed files with 34 additions and 47 deletions
|
@ -3135,6 +3135,7 @@ namespace smt {
|
|||
}
|
||||
expr * f = m_asserted_formulas.get_formula(qhead);
|
||||
proof * pr = m_asserted_formulas.get_formula_proof(qhead);
|
||||
SASSERT(!pr || f == m.get_fact(pr));
|
||||
internalize_assertion(f, pr, 0);
|
||||
qhead++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue