summaryrefslogtreecommitdiff
path: root/src/theory/uf
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-11-15 21:27:33 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-11-15 21:27:33 +0000
commita8ae064eb9ee7175e83eee29d03459b22aa158ef (patch)
treee2b432a9a1c4f835070b4c4c75a9912e138b54ac /src/theory/uf
parent88ef1f0be6bd712cf1ce8401416d634f61f381b4 (diff)
More fixes to model generation, with previously failing testcases
Also refactored some header file includes to reduce compile time
Diffstat (limited to 'src/theory/uf')
-rw-r--r--src/theory/uf/theory_uf_strong_solver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/uf/theory_uf_strong_solver.cpp b/src/theory/uf/theory_uf_strong_solver.cpp
index edeb6b6ec..0ec89af0b 100644
--- a/src/theory/uf/theory_uf_strong_solver.cpp
+++ b/src/theory/uf/theory_uf_strong_solver.cpp
@@ -19,6 +19,7 @@
#include "theory/theory_engine.h"
#include "theory/quantifiers/term_database.h"
#include "theory/uf/options.h"
+#include "theory/model.h"
//#define ONE_SPLIT_REGION
//#define DISABLE_QUICK_CLIQUE_CHECKS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback