3
0
Fork 0
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:
Jakob Rath 2022-12-12 13:50:15 +01:00
parent 1eb8eb560b
commit 759d8f2a94
2 changed files with 85 additions and 26 deletions

View file

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