From 4a9e21371a5012285114126cab1dbce18fdcec6c Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Thu, 27 Sep 2018 14:40:06 -0500 Subject: [PATCH] Remove assertion. (#2549) --- src/theory/quantifiers/sygus/synth_conjecture.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theory/quantifiers/sygus/synth_conjecture.cpp b/src/theory/quantifiers/sygus/synth_conjecture.cpp index dea67b7c3..99f1131fe 100644 --- a/src/theory/quantifiers/sygus/synth_conjecture.cpp +++ b/src/theory/quantifiers/sygus/synth_conjecture.cpp @@ -639,7 +639,6 @@ bool SynthConjecture::getEnumeratedValues(std::vector& n, Node SynthConjecture::getEnumeratedValue(Node e) { - Assert(d_tds->isEnumerator(e)); if (e.getAttribute(SygusSymBreakExcAttribute())) { // if the current model value of e was excluded by symmetry breaking, then -- 2.30.2