mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fixes and more porting seq_eq_solver to self-contained module
This commit is contained in:
parent
847724fb21
commit
38737db802
21 changed files with 354 additions and 230 deletions
|
@ -1029,7 +1029,7 @@ namespace sat {
|
|||
return false;
|
||||
} while (m_qhead < m_trail.size());
|
||||
|
||||
if (m_ext)
|
||||
if (m_ext && !is_probing())
|
||||
m_ext->unit_propagate();
|
||||
}
|
||||
if (m_inconsistent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue