summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-27 10:56:01 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-07-27 08:56:01 -0700
commit6a2abb85c96f973247a875229e84d91643894345 (patch)
tree90cf988ffbaf46ed14e0c2956ddfd9b8d57dbf6e /src/theory
parent78c7749478ba9152065349f888ae15a5732c409d (diff)
Fix for candidate rewrite rule filtering. (#2220)
Diffstat (limited to 'src/theory')
-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