3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-16 18:20:00 +00:00

integrating duality

This commit is contained in:
Ken McMillan 2013-04-28 16:29:55 -07:00
parent 8488ca24d2
commit feb5360999
9 changed files with 473 additions and 5 deletions

View file

@ -590,7 +590,12 @@ namespace Duality {
if (res == l_false)
{
DecodeTree(root, interpolant->getChildren()[0], persist);
delete interpolant;
}
delete tree;
if(goals)
delete goals;
timer_stop("Solve");
return res;
@ -828,6 +833,7 @@ namespace Duality {
return res;
}
#ifdef Z3OPS
static Z3_subterm_truth *stt;
#endif