summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/ce_guided_instantiation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/ce_guided_instantiation.h')
-rw-r--r--src/theory/quantifiers/sygus/ce_guided_instantiation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/sygus/ce_guided_instantiation.h b/src/theory/quantifiers/sygus/ce_guided_instantiation.h
index 087836d5a..1b1d5e44b 100644
--- a/src/theory/quantifiers/sygus/ce_guided_instantiation.h
+++ b/src/theory/quantifiers/sygus/ce_guided_instantiation.h
@@ -33,9 +33,6 @@ private:
CegConjecture * d_conj;
/** last instantiation by single invocation module? */
bool d_last_inst_si;
-private: //for direct evaluation
- /** get refinement evaluation */
- void getCRefEvaluationLemmas( CegConjecture * conj, std::vector< Node >& vs, std::vector< Node >& ms, std::vector< Node >& lems );
private:
/** check conjecture */
void checkCegConjecture( CegConjecture * conj );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback