summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cnf_stream.cpp')
-rw-r--r--src/prop/cnf_stream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index eb77b0d54..31afa986c 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -338,6 +338,7 @@ Node TseitinCnfStream::handleNonAtomicNode(TNode node) {
if(node.getKind() == ITE) {
Assert( node.getNumChildren() == 3 );
+ //TODO should this be a skolem?
Node skolem = nodeManager->mkVar(node.getType());
Node newAssertion =
nodeManager->mkNode(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback