3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

fix build, add ZDD reference

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-20 11:49:50 -08:00
parent 1f9aff04df
commit feff6a2add
2 changed files with 4 additions and 1 deletions

View file

@ -425,7 +425,7 @@ namespace dd {
// they watch the top most variable in poly
i = 0;
for (auto const& w : m_watch) {
for (equation const* e : w) {
for (equation* e : w) {
VERIFY(!e->poly().is_val());
VERIFY(e->poly().var() == i);
VERIFY(!e->is_processed());