summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sep/theory_sep.h')
-rw-r--r--src/theory/sep/theory_sep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index 852a36721..29e7a008c 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -50,6 +50,8 @@ class TheorySep : public Theory {
/** True node for predicates = false */
Node d_false;
+
+ std::vector< Node > d_pp_nils;
Node mkAnd( std::vector< TNode >& assumptions );
@@ -106,6 +108,7 @@ class TheorySep : public Theory {
public:
void collectModelInfo(TheoryModel* m, bool fullModel);
+ void postProcessModel(TheoryModel* m);
/////////////////////////////////////////////////////////////////////////////
// NOTIFICATIONS
@@ -126,6 +129,8 @@ class TheorySep : public Theory {
void check(Effort e);
+ bool needsCheckLastEffort();
+
private:
// NotifyClass: template helper class for d_equalityEngine - handles call-back from congruence closure module
@@ -243,6 +248,7 @@ class TheorySep : public Theory {
//get the base label for the spatial assertion
Node getBaseLabel( TypeNode tn );
Node getNilRef( TypeNode tn );
+ void setNilRef( TypeNode tn, Node n );
Node getLabel( Node atom, int child, Node lbl );
Node applyLabel( Node n, Node lbl, std::map< Node, Node >& visited );
void getLabelChildren( Node atom, Node lbl, std::vector< Node >& children, std::vector< Node >& labels );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback