3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-06 17:22:13 +00:00

split repropagate_units

This commit is contained in:
Jakob Rath 2023-03-02 16:01:57 +01:00
parent 8249a075e1
commit d8c6ab3488
2 changed files with 17 additions and 5 deletions

View file

@ -254,6 +254,8 @@ namespace polysat {
void erase_pwatch(pvar v, constraint* c);
void erase_pwatch(constraint* c);
bool can_repropagate_units();
void repropagate_units();
bool can_repropagate();
void repropagate();
void repropagate(sat::literal lit);