summaryrefslogtreecommitdiff
path: root/src/proof/cnf_proof.cpp
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-05-10 18:23:20 -0400
committerlianah <lianahady@gmail.com>2013-05-10 18:23:27 -0400
commitd4c5c5d06f71958fcca6e561b7eade8fd72f7304 (patch)
treeb6fce44c439a5ee46a69a6802d0d1cff46937871 /src/proof/cnf_proof.cpp
parent38216791c43f9be4afecbc700548d1dbba63acb0 (diff)
now proofs print mapping between atom and propositional variable as a comment in LFSC
Diffstat (limited to 'src/proof/cnf_proof.cpp')
-rw-r--r--src/proof/cnf_proof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cnf_proof.cpp b/src/proof/cnf_proof.cpp
index d6e493c8d..5f03ef5cf 100644
--- a/src/proof/cnf_proof.cpp
+++ b/src/proof/cnf_proof.cpp
@@ -19,8 +19,8 @@
using namespace CVC4::prop;
namespace CVC4 {
+
CnfProof::CnfProof(CnfStream* stream) :
d_cnfStream(stream) {}
-
} /* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback