summaryrefslogtreecommitdiff
path: root/src/decision/justification_heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/justification_heuristic.h')
-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