From fa557c39a89a2c8de198ea0400e6936c1790ad4e Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Tue, 18 Sep 2018 10:26:36 -0500 Subject: Move and rename sygus solver classes (#2488) --- src/theory/quantifiers/sygus/cegis.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/theory/quantifiers/sygus/cegis.h') diff --git a/src/theory/quantifiers/sygus/cegis.h b/src/theory/quantifiers/sygus/cegis.h index ce4186eb2..c7392b378 100644 --- a/src/theory/quantifiers/sygus/cegis.h +++ b/src/theory/quantifiers/sygus/cegis.h @@ -41,7 +41,7 @@ namespace quantifiers { class Cegis : public SygusModule { public: - Cegis(QuantifiersEngine* qe, CegConjecture* p); + Cegis(QuantifiersEngine* qe, SynthConjecture* p); ~Cegis() override {} /** initialize */ virtual bool initialize(Node n, @@ -69,11 +69,11 @@ class Cegis : public SygusModule protected: /** the evaluation unfold utility of d_tds */ SygusEvalUnfold* d_eval_unfold; - /** If CegConjecture::d_base_inst is exists y. P( d, y ), then this is y. */ + /** If SynthConjecture::d_base_inst is exists y. P( d, y ), then this is y. */ std::vector d_base_vars; /** - * If CegConjecture::d_base_inst is exists y. P( d, y ), then this is the - * formula P( CegConjecture::d_candidates, y ). + * If SynthConjecture::d_base_inst is exists y. P( d, y ), then this is the + * formula P( SynthConjecture::d_candidates, y ). */ Node d_base_body; //----------------------------------cegis-implementation-specific -- cgit v1.2.3