summaryrefslogtreecommitdiff
path: root/src/util/decision_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/decision_engine.cpp')
-rw-r--r--src/util/decision_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/decision_engine.cpp b/src/util/decision_engine.cpp
index 9b6101a2a..06ea283a8 100644
--- a/src/util/decision_engine.cpp
+++ b/src/util/decision_engine.cpp
@@ -26,7 +26,7 @@ DecisionEngine::~DecisionEngine() {
* virtual in the final design (?)
*/
Node DecisionEngine::nextDecision() {
- Unreachable();
+ Unimplemented();
}
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback