mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
remove propagate_bool_at, it is technically not propagating but assigning
This commit is contained in:
parent
16d48c17dd
commit
58c66ffee8
4 changed files with 43 additions and 49 deletions
|
@ -124,7 +124,7 @@ namespace polysat {
|
|||
if (first)
|
||||
s.set_conflict(cl);
|
||||
else
|
||||
s.propagate_bool_at(s.level(cl), cl[0], &cl);
|
||||
s.assign_bool(s.level(cl), cl[0], &cl, nullptr);
|
||||
}
|
||||
|
||||
void constraint_manager::unwatch(clause& cl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue