mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
remove redudant is_well_sorted checks after var_subst
var_subst already checks for well sortedness of the resulting expression Signed-off-by: Nuno Lopes <nuno.lopes@ist.utl.pt>
This commit is contained in:
parent
0ccae8e2e3
commit
5af1e4bdf4
2 changed files with 0 additions and 2 deletions
|
@ -102,7 +102,6 @@ class skolemizer {
|
|||
}
|
||||
}
|
||||
s(body, substitution.size(), substitution.c_ptr(), r);
|
||||
SASSERT(is_well_sorted(m(), r));
|
||||
p = 0;
|
||||
if (m().proofs_enabled()) {
|
||||
if (q->is_forall())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue