summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_unif_strat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_unif_strat.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_unif_strat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_unif_strat.cpp b/src/theory/quantifiers/sygus/sygus_unif_strat.cpp
index 32af47c81..855922fc5 100644
--- a/src/theory/quantifiers/sygus/sygus_unif_strat.cpp
+++ b/src/theory/quantifiers/sygus/sygus_unif_strat.cpp
@@ -801,7 +801,7 @@ void SygusUnifStrategy::staticLearnRedundantOps(
if (op.getKind() == kind::BUILTIN)
{
Kind k = NodeManager::operatorToKind(op);
- if (k == NOT || k == OR || k == AND)
+ if (k == NOT || k == OR || k == AND || k == ITE)
{
// can eliminate if their argument types are simple loops to this type
bool type_ok = true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback