summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/quantifiers/candidate_rewrite_filter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/candidate_rewrite_filter.cpp b/src/theory/quantifiers/candidate_rewrite_filter.cpp
index 68a3abe37..118c073a0 100644
--- a/src/theory/quantifiers/candidate_rewrite_filter.cpp
+++ b/src/theory/quantifiers/candidate_rewrite_filter.cpp
@@ -214,7 +214,7 @@ void CandidateRewriteFilter::initialize(SygusSampler* ss,
bool useSygusType)
{
d_ss = ss;
- d_use_sygus_type = false;
+ d_use_sygus_type = useSygusType;
d_tds = tds;
// initialize members of this class
d_match_trie.clear();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback