summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/bounded_integers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/bounded_integers.h')
-rwxr-xr-xsrc/theory/quantifiers/bounded_integers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/bounded_integers.h b/src/theory/quantifiers/bounded_integers.h
index ab4bcba96..c3fb05641 100755
--- a/src/theory/quantifiers/bounded_integers.h
+++ b/src/theory/quantifiers/bounded_integers.h
@@ -60,6 +60,7 @@ private:
std::map< Node, std::map< Node, Node > > d_nground_range;
//set membership range
std::map< Node, std::map< Node, Node > > d_setm_range;
+ std::map< Node, std::map< Node, Node > > d_setm_range_lit;
void hasFreeVar( Node f, Node n );
void process( Node f, Node n, bool pol,
std::map< Node, unsigned >& bound_lit_type_map,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback