summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_pbe.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-01-07 11:39:27 -0600
committerGitHub <noreply@github.com>2020-01-07 11:39:27 -0600
commit53dc40ec71344d6cc8df9f009cbbba4dbefccb64 (patch)
treec005676b3c59786652b3f816fe02b42f892316b9 /src/theory/quantifiers/sygus/sygus_pbe.cpp
parente3e6f0dc62f0bb9d3fb8d752c5eb4600872fd806 (diff)
Update any-constant and normalization policies for sygus grammars (#3583)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_pbe.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_pbe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_pbe.cpp b/src/theory/quantifiers/sygus/sygus_pbe.cpp
index 474fdb5d8..5c0985f7e 100644
--- a/src/theory/quantifiers/sygus/sygus_pbe.cpp
+++ b/src/theory/quantifiers/sygus/sygus_pbe.cpp
@@ -235,7 +235,7 @@ bool SygusPbe::initialize(Node conj,
for (const Node& e : d_candidate_to_enum[c])
{
TypeNode etn = e.getType();
- d_tds->registerEnumerator(e, c, d_parent, ROLE_ENUM_POOL, false);
+ d_tds->registerEnumerator(e, c, d_parent, ROLE_ENUM_POOL);
d_enum_to_candidate[e] = c;
TNode te = e;
// initialize static symmetry breaking lemmas for it
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback