mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
parent
c613ab0ba0
commit
974541e244
2 changed files with 2 additions and 2 deletions
|
@ -588,7 +588,7 @@ bool goal::is_well_formed() const {
|
|||
expr * t = form(i);
|
||||
if (!::is_well_sorted(m(), t))
|
||||
return false;
|
||||
#if 1
|
||||
#if 0
|
||||
SASSERT(m().get_fact(pr(i)) == form(i));
|
||||
if (m().get_fact(pr(i)) != form(i))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue