summaryrefslogtreecommitdiff
path: root/src/theory/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model.h')
-rw-r--r--src/theory/model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/model.h b/src/theory/model.h
index 229d1f25e..5b691d4d9 100644
--- a/src/theory/model.h
+++ b/src/theory/model.h
@@ -47,6 +47,8 @@ public:
/** true/false nodes */
Node d_true;
Node d_false;
+ context::CDO<bool> d_modelBuilt;
+
protected:
/** reset the model */
virtual void reset();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback