summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-12-11 14:47:08 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-12-11 14:47:08 -0600
commit206edb6f11674e954f5762a1db9712131151a276 (patch)
tree185322cf5d94d5eaf0ef542606214ff55a6175bb /src/theory/quantifiers/theory_quantifiers.h
parenta8a471141d2fca4428b7c016ea4494d9925fc544 (diff)
adding cache for preprocessing datatypes terms to fix bug 475, fix for handling user attributes in quantifiers (was broken)
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.h')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.h b/src/theory/quantifiers/theory_quantifiers.h
index c3987144c..b4c8966c7 100644
--- a/src/theory/quantifiers/theory_quantifiers.h
+++ b/src/theory/quantifiers/theory_quantifiers.h
@@ -70,7 +70,7 @@ public:
void shutdown() { }
std::string identify() const { return std::string("TheoryQuantifiers"); }
bool flipDecision();
- void setUserAttribute( std::string& attr, Node n );
+ void setUserAttribute( const std::string& attr, Node n );
eq::EqualityEngine* getMasterEqualityEngine() { return d_masterEqualityEngine; }
private:
void assertUniversal( Node n );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback