mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
||||
push_qhead();
|
||||
while (can_propagate()) {
|
||||
if (is_conflict())
|
||||
return;
|
||||
auto const& item = m_search[m_qhead++];
|
||||
if (item.is_assignment())
|
||||
propagate(item.var());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue