summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriterules/options')
-rw-r--r--src/theory/rewriterules/options14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/theory/rewriterules/options b/src/theory/rewriterules/options
deleted file mode 100644
index 285e489be..000000000
--- a/src/theory/rewriterules/options
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Option specification file for CVC4
-# See src/options/base_options for a description of this file format
-#
-
-module REWRITE_RULES "theory/rewriterules/options.h" Rewrite Rules
-
-option efficientEMatching --efficient-e-matching bool :default false
- use efficient E-matching (only for rewrite rules)
-
-option rewriteRulesAsAxioms --rewrite-rules-as-axioms bool :default false
- whether to convert rewrite rules to usual axioms (for debugging only)
-
-endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback