summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 56fe06257..674954023 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -289,8 +289,6 @@ public:
void registerPattern( std::vector<Node> & pattern);
/** assert universal quantifier */
void assertQuantifier( Node q, bool pol );
- /** propagate */
- void propagate( Theory::Effort level );
/** get next decision request */
Node getNextDecisionRequest( unsigned& priority );
private:
@@ -314,10 +312,6 @@ public:
bool removeLemma( Node lem );
/** add require phase */
void addRequirePhase( Node lit, bool req );
- /** split on node n */
- bool addSplit( Node n, bool reqPhase = false, bool reqPhasePol = true );
- /** add split equality */
- bool addSplitEquality( Node n1, Node n2, bool reqPhase = false, bool reqPhasePol = true );
/** add EPR axiom */
bool addEPRAxiom( TypeNode tn );
/** mark relevant quantified formula, this will indicate it should be checked before the others */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback