mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 18:20:00 +00:00
integrating duality
This commit is contained in:
parent
8488ca24d2
commit
feb5360999
9 changed files with 473 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue