summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-15 14:04:50 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-15 14:04:50 -0500
commit60687e672ea8f485b4071e485b7b0cabc034fd00 (patch)
tree92fbdc406798eba0e49b9adb7815b2e40e240b78 /src/theory/quantifiers/term_database.cpp
parentdd963729849ca7f1001373c56e800bd62781fe98 (diff)
Make sep pto a trigger kind, track in equality engines and term database.
Diffstat (limited to 'src/theory/quantifiers/term_database.cpp')
-rw-r--r--src/theory/quantifiers/term_database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_database.cpp b/src/theory/quantifiers/term_database.cpp
index e7b7268b5..a34ad116a 100644
--- a/src/theory/quantifiers/term_database.cpp
+++ b/src/theory/quantifiers/term_database.cpp
@@ -129,7 +129,7 @@ Node TermDb::getMatchOperator( Node n ) {
Kind k = n.getKind();
//datatype operators may be parametric, always assume they are
if( k==SELECT || k==STORE || k==UNION || k==INTERSECTION || k==SUBSET || k==SETMINUS || k==MEMBER || k==SINGLETON ||
- k==APPLY_SELECTOR_TOTAL || k==APPLY_TESTER ){
+ k==APPLY_SELECTOR_TOTAL || k==APPLY_TESTER || k==SEP_PTO ){
//since it is parametric, use a particular one as op
TypeNode tn = n[0].getType();
Node op = n.getOperator();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback