projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0e079
)
decision/ : save d_prvsIndex in JH
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 30 Jan 2013 16:59:59 +0000
(11:59 -0500)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Tue, 5 Feb 2013 20:49:56 +0000
(15:49 -0500)
src/decision/justification_heuristic.h
patch
|
blob
|
history
diff --git
a/src/decision/justification_heuristic.h
b/src/decision/justification_heuristic.h
index de6bf5095ce9c80b3f5aef49287b51e1d721d4ad..5d13d2dd2e777bbe001fbb7d184f01cb63d5c640 100644
(file)
--- a/
src/decision/justification_heuristic.h
+++ b/
src/decision/justification_heuristic.h
@@
-130,8
+130,10
@@
public:
return prop::undefSatLiteral;
}
- if(litDecision != undefSatLiteral)
+ if(litDecision != undefSatLiteral) {
+ d_prvsIndex = i;
return litDecision;
+ }
}
Trace("decision") << "jh: Nothing to split on " << std::endl;