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:
parent
f01da40e49
commit
fa3886136b
15 changed files with 341 additions and 134 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue