summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-07-09 02:35:19 +0000
committerMorgan Deters <mdeters@gmail.com>2011-07-09 02:35:19 +0000
commit7e9d980e1fbaffadd0c76511e6c42e12b8039585 (patch)
tree586be147825f50f2f40b7935bd2a9a522f3530c7 /src/theory/uf/theory_uf.h
parent878f71272c06cf605fb3d2f4e66eaea55aa32127 (diff)
minor fixups
Diffstat (limited to 'src/theory/uf/theory_uf.h')
-rw-r--r--src/theory/uf/theory_uf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index 266a1b7b4..c77d5a810 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -118,6 +118,8 @@ public:
return "THEORY_UF";
}
+ void staticLearning(TNode in, NodeBuilder<>& learned);
+
};/* class TheoryUF */
}/* CVC4::theory::uf namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback