summaryrefslogtreecommitdiff
path: root/src/options/proof_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/proof_options')
-rw-r--r--src/options/proof_options20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/options/proof_options b/src/options/proof_options
deleted file mode 100644
index 789513334..000000000
--- a/src/options/proof_options
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Option specification file for CVC4
-# See src/options/base_options for a description of this file format
-#
-
-module PROOF "options/proof_options.h" Proof
-
-option lfscLetification --lfsc-letification bool :default true
- turns on global letification in LFSC proofs
-
-option aggressiveCoreMin --aggressive-core-min bool :default false
- turns on aggressive unsat core minimization (experimental)
-
-option fewerPreprocessingHoles --fewer-preprocessing-holes bool :default false :read-write
- try to eliminate preprocessing holes in proofs
-
-option allowEmptyDependencies --allow-empty-dependencies bool :default false
- if unable to track the dependencies of a rewritten/preprocessed assertion, fail silently
-
-endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback