summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/trigger.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/trigger.cpp
parentdd963729849ca7f1001373c56e800bd62781fe98 (diff)
Make sep pto a trigger kind, track in equality engines and term database.
Diffstat (limited to 'src/theory/quantifiers/trigger.cpp')
-rw-r--r--src/theory/quantifiers/trigger.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/trigger.cpp b/src/theory/quantifiers/trigger.cpp
index 2faed3af0..d0bcd3a69 100644
--- a/src/theory/quantifiers/trigger.cpp
+++ b/src/theory/quantifiers/trigger.cpp
@@ -363,7 +363,8 @@ bool Trigger::isAtomicTrigger( Node n ){
bool Trigger::isAtomicTriggerKind( Kind k ) {
return k==APPLY_UF || k==SELECT || k==STORE ||
k==APPLY_CONSTRUCTOR || k==APPLY_SELECTOR_TOTAL || k==APPLY_TESTER ||
- k==UNION || k==INTERSECTION || k==SUBSET || k==SETMINUS || k==MEMBER || k==SINGLETON;
+ k==UNION || k==INTERSECTION || k==SUBSET || k==SETMINUS || k==MEMBER || k==SINGLETON ||
+ k==SEP_PTO;
}
bool Trigger::isRelationalTrigger( Node n ) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback