From b25c979f6db06a4aad82f0e18fc8432f85707347 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 25 May 2018 16:19:58 -0500 Subject: Reenable repair const (#1983) --- src/theory/quantifiers/sygus/cegis.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theory/quantifiers/sygus/cegis.cpp') diff --git a/src/theory/quantifiers/sygus/cegis.cpp b/src/theory/quantifiers/sygus/cegis.cpp index 92ed41f3d..ee54c3296 100644 --- a/src/theory/quantifiers/sygus/cegis.cpp +++ b/src/theory/quantifiers/sygus/cegis.cpp @@ -397,6 +397,8 @@ void Cegis::registerRefinementLemma(const std::vector& vars, lems.push_back(rlem); } +bool Cegis::usingRepairConst() { return d_using_gr_repair; } + void Cegis::getRefinementEvalLemmas(const std::vector& vs, const std::vector& ms, std::vector& lems) -- cgit v1.2.3