summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/cegis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/cegis.h')
-rw-r--r--src/theory/quantifiers/sygus/cegis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/cegis.h b/src/theory/quantifiers/sygus/cegis.h
index 891379992..08cf98c99 100644
--- a/src/theory/quantifiers/sygus/cegis.h
+++ b/src/theory/quantifiers/sygus/cegis.h
@@ -168,6 +168,8 @@ class Cegis : public SygusModule
bool addEvalLemmas(const std::vector<Node>& candidates,
const std::vector<Node>& candidate_values,
std::vector<Node>& lems);
+ /** Get the node corresponding to the conjunction of all refinement lemmas. */
+ Node getRefinementLemmaFormula();
//-----------------------------------end refinement lemmas
/** Get refinement evaluation lemmas
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback