From 2d6de44a51fed47a625ae73181efbcc3dac0c751 Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Wed, 17 Feb 2021 14:42:50 +0100 Subject: Add InferenceId to buffered inference manager (#5911) This PR collects the InferenceId in the InferenceManagerBuffered class. --- src/theory/quantifiers/sygus/synth_conjecture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/sygus/synth_conjecture.cpp') diff --git a/src/theory/quantifiers/sygus/synth_conjecture.cpp b/src/theory/quantifiers/sygus/synth_conjecture.cpp index 7bae92184..59edd3070 100644 --- a/src/theory/quantifiers/sygus/synth_conjecture.cpp +++ b/src/theory/quantifiers/sygus/synth_conjecture.cpp @@ -723,7 +723,7 @@ bool SynthConjecture::doRefine() { Trace("cegqi-lemma") << "Cegqi::Lemma : candidate refinement : " << lem << std::endl; - bool res = d_qim.addPendingLemma(lem); + bool res = d_qim.addPendingLemma(lem, InferenceId::UNKNOWN); if (res) { ++(d_stats.d_cegqi_lemmas_refine); -- cgit v1.2.3