3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

merge current master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-30 10:01:11 -07:00
parent 39f50d46cc
commit ef297ced13
2 changed files with 4 additions and 3 deletions

View file

@ -696,7 +696,7 @@ namespace polysat {
return true;
m_ineqs_to_propagate.remove(idx);
}
return true;
return r == l_true;
}
/**