3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

new interpolation fixes; re-added fixedpoint-push/pop

This commit is contained in:
Ken McMillan 2013-11-05 12:17:09 -08:00
parent 7ca6c744fd
commit 49c72abb2d
10 changed files with 156 additions and 21 deletions

View file

@ -304,6 +304,7 @@ public:
fr.fix_interpolants(interps_vec);
interps = interps_vec;
}