summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2014-11-01 20:05:02 -0700
committerClark Barrett <barrett@cs.nyu.edu>2014-11-01 20:05:02 -0700
commita84864da338f74958c6754696d98cd6355e798a8 (patch)
treed06b915735be52e08f38c68d2d330411bfdc2dc9 /src/theory/theory_model.h
parent442b8f2c7070321aa167d9454f92bd1be88fe0cc (diff)
Added cache to getModelValue
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 2eb33b0fb..eeaf3c8da 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -52,6 +52,7 @@ public:
Node d_true;
Node d_false;
context::CDO<bool> d_modelBuilt;
+ mutable std::hash_map<Node, Node, NodeHashFunction> d_modelCache;
protected:
/** reset the model */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback