3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

adding Boolean propagation, watch; and factoring

This commit is contained in:
Nikolaj Bjorner 2021-09-18 22:18:15 -04:00
parent f01da40e49
commit fa3886136b
15 changed files with 341 additions and 134 deletions

View file

@ -52,7 +52,7 @@ public:
void mk_var_eh(var v) {
m_queue.reserve(v+1);
m_queue.insert(v);
unassign_var_eh(v);
}
void del_var_eh(var v) {