3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

wlist_invariant

This commit is contained in:
Jakob Rath 2022-01-20 17:47:17 +01:00
parent 543ad2f205
commit daf23cfe02

View file

@ -975,7 +975,7 @@ namespace polysat {
}
unsigned expected_watches = std::min(2u, c->vars().size());
if (num_watches != expected_watches)
LOG("wrong number of watches: " << c);
LOG("wrong number of watches: " << sc << " vars: " << sc->vars());
SASSERT_EQ(num_watches, expected_watches);
}
return true;