summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index b1eb195c7..576e0188b 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -26,6 +26,9 @@ using namespace std;
namespace CVC4 {
namespace theory {
+/** Default value for the uninterpreted sorts is the UF theory */
+TheoryId Theory::d_uninterpretedSortOwner = THEORY_UF;
+
std::ostream& operator<<(std::ostream& os, Theory::Effort level){
switch(level){
case Theory::MIN_EFFORT:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback