From 42b665f2a00643c81b42932fab1441987628c5a5 Mon Sep 17 00:00:00 2001 From: Liana Hadarean Date: Tue, 26 Jan 2016 16:04:26 -0800 Subject: Merged bit-vector and uf proof branch. --- src/smt/smt_engine_check_proof.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/smt/smt_engine_check_proof.cpp') diff --git a/src/smt/smt_engine_check_proof.cpp b/src/smt/smt_engine_check_proof.cpp index c4747d724..14adcc536 100644 --- a/src/smt/smt_engine_check_proof.cpp +++ b/src/smt/smt_engine_check_proof.cpp @@ -64,11 +64,12 @@ void SmtEngine::checkProof() { Chat() << "checking proof..." << endl; if( !(d_logic.isPure(theory::THEORY_BOOL) || + d_logic.isPure(theory::THEORY_BV) || (d_logic.isPure(theory::THEORY_UF) && ! d_logic.hasCardinalityConstraints())) || d_logic.isQuantified()) { // no checking for these yet - Notice() << "Notice: no proof-checking for non-UF/Bool proofs yet" << endl; + Notice() << "Notice: no proof-checking for non-UF/Bool/BV proofs yet" << endl; return; } @@ -91,7 +92,7 @@ void SmtEngine::checkProof() { a.use_nested_app = false; a.compile_lib = false; init(); - check_file(pfFile, args()); + check_file(pfFile, a); close(fd); #else /* IS_PROOFS_BUILD */ -- cgit v1.2.3