summaryrefslogtreecommitdiff
path: root/src/theory/sets/skolem_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/skolem_cache.cpp')
-rw-r--r--src/theory/sets/skolem_cache.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/sets/skolem_cache.cpp b/src/theory/sets/skolem_cache.cpp
index 99e6588ca..a70e6dc51 100644
--- a/src/theory/sets/skolem_cache.cpp
+++ b/src/theory/sets/skolem_cache.cpp
@@ -39,6 +39,13 @@ Node SkolemCache::mkTypedSkolemCached(
}
return it->second;
}
+Node SkolemCache::mkTypedSkolemCached(TypeNode tn,
+ Node a,
+ SkolemId id,
+ const char* c)
+{
+ return mkTypedSkolemCached(tn, a, Node::null(), id, c);
+}
Node SkolemCache::mkTypedSkolem(TypeNode tn, const char* c)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback