From 324ca0376c960c75f621f0102eeaa1186589dda7 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 1 Jun 2016 16:25:50 -0500 Subject: Fix to ignore a case of triggers with no free variables. --- src/theory/quantifiers/trigger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/quantifiers/trigger.h') 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 ); -- cgit v1.2.3