summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_pbe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_pbe.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_pbe.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_pbe.cpp b/src/theory/quantifiers/sygus/sygus_pbe.cpp
index 2ab51f1fb..c76082b02 100644
--- a/src/theory/quantifiers/sygus/sygus_pbe.cpp
+++ b/src/theory/quantifiers/sygus/sygus_pbe.cpp
@@ -144,7 +144,8 @@ bool SygusPbe::collectExamples(Node n,
return true;
}
-bool SygusPbe::initialize(Node n,
+bool SygusPbe::initialize(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