summaryrefslogtreecommitdiff
path: root/src/decision
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2013-02-05 16:24:02 -0500
committerKshitij Bansal <kshitij@cs.nyu.edu>2013-02-05 16:24:02 -0500
commit2704a810d79b0c47b634fd06032da6490b82db71 (patch)
tree40035782b3b1482250d6c65313b394cae769ffe7 /src/decision
parentf910148c846556877508c684981f0aa9a88671c5 (diff)
parentb96d64bf23a53bd630bd822ff534517157ee08fd (diff)
Merge remote-tracking branch 'origin/1.0.x'
Diffstat (limited to 'src/decision')
-rw-r--r--src/decision/justification_heuristic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h
index ea67fee29..272dffc88 100644
--- a/src/decision/justification_heuristic.h
+++ b/src/decision/justification_heuristic.h
@@ -137,8 +137,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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback