summaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-06-04 16:37:27 -0700
committerGitHub <noreply@github.com>2019-06-04 16:37:27 -0700
commit0536a743411b882cda88b18ca21cd5dc29828f54 (patch)
treee8b41dfbae6d50c9f074ae02ac826d5f6ed8c51d /proofs
parent29959bec6e023f64cad0a5d43b18052f08ac94c5 (diff)
Enable proof checking for QF_LRA benchmarks (#2928)
Due to issues in the current proof code, this commit also disables proof checking for five QF_LRA benchmarks (see issue #2855).
Diffstat (limited to 'proofs')
-rw-r--r--proofs/signatures/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/signatures/CMakeLists.txt b/proofs/signatures/CMakeLists.txt
index 6e9c8947d..86474585c 100644
--- a/proofs/signatures/CMakeLists.txt
+++ b/proofs/signatures/CMakeLists.txt
@@ -16,6 +16,7 @@ set(core_signature_files
th_bv_rewrites.plf
th_real.plf
th_int.plf
+ th_lra.plf
)
set(CORE_SIGNATURES "")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback