3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

working on duality

This commit is contained in:
Ken McMillan 2013-05-03 17:30:07 -07:00
parent e939dd2bc5
commit 389c2018df
7 changed files with 29 additions and 89 deletions

View file

@ -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;