summaryrefslogtreecommitdiff
path: root/src/theory/theory_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_state.cpp')
-rw-r--r--src/theory/theory_state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_state.cpp b/src/theory/theory_state.cpp
index 95a96808e..47528e1a6 100644
--- a/src/theory/theory_state.cpp
+++ b/src/theory/theory_state.cpp
@@ -137,5 +137,7 @@ bool TheoryState::hasSatValue(TNode n, bool& value) const
return d_valuation.hasSatValue(n, value);
}
+Valuation& TheoryState::getValuation() { return d_valuation; }
+
} // namespace theory
} // namespace CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback