summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-18 10:26:36 -0500
committerGitHub <noreply@github.com>2018-09-18 10:26:36 -0500
commitfa557c39a89a2c8de198ea0400e6936c1790ad4e (patch)
treef1b2ff7512b3aec3a06d5a879dc930e559ae172e /src/theory/quantifiers/sygus/sygus_module.cpp
parentd718da758b27c2824d2aff44faf71971133217ab (diff)
Move and rename sygus solver classes (#2488)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.cpp b/src/theory/quantifiers/sygus/sygus_module.cpp
index b36fe4281..3471472fa 100644
--- a/src/theory/quantifiers/sygus/sygus_module.cpp
+++ b/src/theory/quantifiers/sygus/sygus_module.cpp
@@ -18,7 +18,7 @@ namespace CVC4 {
namespace theory {
namespace quantifiers {
-SygusModule::SygusModule(QuantifiersEngine* qe, CegConjecture* p)
+SygusModule::SygusModule(QuantifiersEngine* qe, SynthConjecture* p)
: d_qe(qe), d_tds(qe->getTermDatabaseSygus()), d_parent(p)
{
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback