mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a48846add
commit
8765dc16a5
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ namespace polysat {
|
||||||
#endif
|
#endif
|
||||||
push_qhead();
|
push_qhead();
|
||||||
while (can_propagate()) {
|
while (can_propagate()) {
|
||||||
|
if (is_conflict())
|
||||||
|
return;
|
||||||
auto const& item = m_search[m_qhead++];
|
auto const& item = m_search[m_qhead++];
|
||||||
if (item.is_assignment())
|
if (item.is_assignment())
|
||||||
propagate(item.var());
|
propagate(item.var());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue