summaryrefslogtreecommitdiff
path: root/src/theory/idl/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/options')
-rw-r--r--src/theory/idl/options10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/theory/idl/options b/src/theory/idl/options
new file mode 100644
index 000000000..0048353b9
--- /dev/null
+++ b/src/theory/idl/options
@@ -0,0 +1,10 @@
+#
+# Option specification file for CVC4
+# See src/options/base_options for a description of this file format
+#
+
+module IDL "theory/idl/options.h" Idl
+
+option idlRewriteEq --enable-idl-rewrite-equalities/--disable-idl-rewrite-equalities bool :default false :read-write
+
+endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback