3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-07 07:45:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-08 05:08:57 -08:00
parent e1bc9cc0bb
commit 57c40e480b
8 changed files with 120 additions and 96 deletions

View file

@ -104,7 +104,7 @@ namespace polysat {
if (first)
s.set_conflict(cl);
else
s.assign_bool(s.level(cl), cl[0], &cl, nullptr);
s.assign_propagate(cl[0], cl);
}
void constraint_manager::unwatch(clause& cl) {