summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2021-05-20 15:29:32 -0300
committerGitHub <noreply@github.com>2021-05-20 18:29:32 +0000
commita0644780130dd0ed86a9486e29aa326b3fe5d804 (patch)
tree8cd1f0e0b18e67fa91dfff48eac5204eaf4ee3fc /src/CMakeLists.txt
parent61b14cbbbb1665496913e047d14fedee610efef1 (diff)
Remove old unsat cores (#6581)
This commit removes the remaining old proof code and the code to produce unsat cores based on it.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 083bce687..5362baad8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -137,14 +137,8 @@ libcvc5_add_sources(
printer/tptp/tptp_printer.cpp
printer/tptp/tptp_printer.h
proof/clause_id.h
- proof/cnf_proof.cpp
- proof/cnf_proof.h
proof/dot/dot_printer.cpp
proof/dot/dot_printer.h
- proof/proof_manager.cpp
- proof/proof_manager.h
- proof/sat_proof.h
- proof/sat_proof_implementation.h
proof/unsat_core.cpp
proof/unsat_core.h
prop/bv_sat_solver_notify.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback