summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/cegis_unif.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-23 09:31:21 -0500
committerGitHub <noreply@github.com>2019-08-23 09:31:21 -0500
commit847f415d9bd9aa98470109fbdc37fd379a79cb4e (patch)
tree653841f3a0a8195743fa9cc31f7ef3f005e9c1ad /src/theory/quantifiers/sygus/cegis_unif.cpp
parentb58bdc9c5672430cf15914c64129136b24050152 (diff)
Pass synthesis conjecture to sygus modules (#3212)
Diffstat (limited to 'src/theory/quantifiers/sygus/cegis_unif.cpp')
-rw-r--r--src/theory/quantifiers/sygus/cegis_unif.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/cegis_unif.cpp b/src/theory/quantifiers/sygus/cegis_unif.cpp
index 6e9467b7c..399a9576c 100644
--- a/src/theory/quantifiers/sygus/cegis_unif.cpp
+++ b/src/theory/quantifiers/sygus/cegis_unif.cpp
@@ -35,7 +35,8 @@ CegisUnif::CegisUnif(QuantifiersEngine* qe, SynthConjecture* p)
}
CegisUnif::~CegisUnif() {}
-bool CegisUnif::processInitialize(Node n,
+bool CegisUnif::processInitialize(Node conj,
+ Node n,
const std::vector<Node>& candidates,
std::vector<Node>& lemmas)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback