summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/trigger.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-06-01 16:25:50 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-06-01 16:25:50 -0500
commit324ca0376c960c75f621f0102eeaa1186589dda7 (patch)
tree46a8539229fc31226b416755e6a88c18476ecffc /src/theory/quantifiers/trigger.h
parent6edc4fac0e5c868b6c6bad13ffc9112b16c1d5f5 (diff)
Fix to ignore a case of triggers with no free variables.
Diffstat (limited to 'src/theory/quantifiers/trigger.h')
-rw-r--r--src/theory/quantifiers/trigger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/trigger.h b/src/theory/quantifiers/trigger.h
index 902f73e75..a3da4d398 100644
--- a/src/theory/quantifiers/trigger.h
+++ b/src/theory/quantifiers/trigger.h
@@ -107,6 +107,7 @@ class Trigger {
/** is usable trigger */
static bool isUsableTrigger( Node n, Node q );
static Node getIsUsableTrigger( Node n, Node q );
+ static bool isUsableAtomicTrigger( Node n, Node q );
static bool isAtomicTrigger( Node n );
static bool isAtomicTriggerKind( Kind k );
static bool isRelationalTrigger( Node n );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback