summaryrefslogtreecommitdiff
path: root/proofs/lfsc_checker/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/lfsc_checker/main.cpp')
-rw-r--r--proofs/lfsc_checker/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/lfsc_checker/main.cpp b/proofs/lfsc_checker/main.cpp
index 80f36e69f..1d8ba5809 100644
--- a/proofs/lfsc_checker/main.cpp
+++ b/proofs/lfsc_checker/main.cpp
@@ -133,6 +133,7 @@ int main(int argc, char **argv) {
a.files.clear();
#endif
+ std::cout << "Proof checked successfully!" << std::endl << std::endl;
std::cout << "time = " << (int)clock() - check_time << std::endl;
std::cout << "sym count = " << SymExpr::symmCount << std::endl;
std::cout << "marked count = " << Expr::markedCount << std::endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback