3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-21 13:11:53 +01:00
parent 0a48846add
commit 8765dc16a5

View file

@ -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());