mirror of
https://github.com/Z3Prover/z3
synced 2026-03-11 15:50:29 +00:00
still integrating duality
This commit is contained in:
parent
feb5360999
commit
e939dd2bc5
10 changed files with 66 additions and 24 deletions
|
|
@ -585,7 +585,7 @@ namespace Duality {
|
|||
// if (dualLabels != null) dualLabels.Dispose();
|
||||
|
||||
timer_start("interpolate_tree");
|
||||
lbool res = ls->interpolate_tree(tree, interpolant, dualModel,goals);
|
||||
lbool res = ls->interpolate_tree(tree, interpolant, dualModel,goals,true);
|
||||
timer_stop("interpolate_tree");
|
||||
if (res == l_false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue