mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
Fix watching of boolean literals
This commit is contained in:
parent
1eb8eb560b
commit
759d8f2a94
2 changed files with 85 additions and 26 deletions
|
@ -74,6 +74,7 @@ namespace polysat {
|
|||
void gc_constraints();
|
||||
void gc_clauses();
|
||||
|
||||
void normalize_watch(clause& cl);
|
||||
void watch(clause& cl, bool value_propagate);
|
||||
void unwatch(clause& cl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue