mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
interpolation fix
This commit is contained in:
parent
4671c1be41
commit
9a2fe83697
5 changed files with 2877 additions and 2806 deletions
|
@ -2682,9 +2682,11 @@ class iz3proof_itp_impl : public iz3proof_itp {
|
|||
pf = make_refl(e); // proof that e = e
|
||||
|
||||
prover::range erng = pv->ast_scope(e);
|
||||
#if 0
|
||||
if(!(erng.lo > erng.hi) && pv->ranges_intersect(pv->ast_scope(e),rng)){
|
||||
return e; // this term occurs in range, so it's O.K.
|
||||
}
|
||||
#endif
|
||||
|
||||
hash_map<ast,ast>::iterator it = localization_map.find(e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue