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, 14 insertions, 0 deletions
diff --git a/src/theory/rewriterules/options b/src/theory/rewriterules/options
new file mode 100644
index 000000000..285e489be
--- /dev/null
+++ b/src/theory/rewriterules/options
@@ -0,0 +1,14 @@
+#
+# 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