mirror of
https://github.com/Z3Prover/z3
synced 2026-02-06 17:22:13 +00:00
split repropagate_units
This commit is contained in:
parent
8249a075e1
commit
d8c6ab3488
2 changed files with 17 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue