summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/trigger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/trigger.cpp')
-rw-r--r--src/theory/quantifiers/trigger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/trigger.cpp b/src/theory/quantifiers/trigger.cpp
index 2d97bd160..609b6e461 100644
--- a/src/theory/quantifiers/trigger.cpp
+++ b/src/theory/quantifiers/trigger.cpp
@@ -400,7 +400,7 @@ bool Trigger::isCbqiKind( Kind k ) {
}else{
//CBQI typically works for satisfaction-complete theories
TheoryId t = kindToTheoryId( k );
- return t==THEORY_BV || t==THEORY_DATATYPES;
+ return t == THEORY_BV || t == THEORY_DATATYPES || t == THEORY_BOOL;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback