summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index 19bb6d3d3..4aab230e6 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -33,6 +33,8 @@ public:
std::map< TypeNode, std::vector< Node > > d_type_reps;
std::map< TypeNode, bool > d_type_complete;
std::map< Node, int > d_tmap;
+ // map from values to terms they were assigned for
+ std::map< Node, Node > d_values_to_terms;
/** clear the set */
void clear();
/** has type */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback