summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-22 20:40:41 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-22 20:40:41 +0000
commit8c4495b18e40a406be35baceaf473878bcc375f1 (patch)
tree2c1e491cbb088e26775572160b31ae2cd250bad8 /src/theory/uf/theory_uf.h
parentf40ec39fe48f83e1cc1a31f9e18635687bd63c76 (diff)
some improvements to the sharing mechanism/interface
Diffstat (limited to 'src/theory/uf/theory_uf.h')
-rw-r--r--src/theory/uf/theory_uf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index cb7674342..071883e1a 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -113,7 +113,7 @@ public:
void presolve();
void addSharedTerm(TNode n);
- void computeCareGraph(CareGraph& careGraph);
+ void computeCareGraph();
EqualityStatus getEqualityStatus(TNode a, TNode b);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback