mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
working on duality
This commit is contained in:
parent
e939dd2bc5
commit
389c2018df
7 changed files with 29 additions and 89 deletions
|
@ -1266,7 +1266,7 @@ namespace Duality {
|
|||
DerivationTree dt(this,unwinding,reporter,heuristic,FullExpand);
|
||||
bool res = dt.Derive(unwinding,node,UseUnderapprox);
|
||||
int end_decs = rpfp->CumulativeDecisions();
|
||||
std::cout << "decisions: " << (end_decs - start_decs) << std::endl;
|
||||
// std::cout << "decisions: " << (end_decs - start_decs) << std::endl;
|
||||
last_decisions = end_decs - start_decs;
|
||||
if(res){
|
||||
cex.tree = dt.tree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue