mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
parent
bd59fceaec
commit
dde0c9bd0d
7 changed files with 39 additions and 25 deletions
|
@ -305,7 +305,7 @@ void goal::update(unsigned i, expr * f, proof * pr, expr_dependency * d) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
SASSERT(!m().proofs_enabled());
|
||||
SASSERT(!proofs_enabled());
|
||||
expr_ref fr(f, m());
|
||||
quick_process(true, fr, d);
|
||||
if (!m_inconsistent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue