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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index 85d987cc9..98a4f63c5 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -248,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