mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
wlist_invariant
This commit is contained in:
parent
543ad2f205
commit
daf23cfe02
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue