summaryrefslogtreecommitdiff
path: root/src/options/printer_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/printer_options')
-rw-r--r--src/options/printer_options14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/options/printer_options b/src/options/printer_options
new file mode 100644
index 000000000..7491570c6
--- /dev/null
+++ b/src/options/printer_options
@@ -0,0 +1,14 @@
+#
+# Option specification file for CVC4
+# See src/options/base_options for a description of this file format
+#
+
+module PRINTER "options/printer_options.h" Printing
+
+option modelFormatMode --model-format=MODE ModelFormatMode :handler CVC4::options::stringToModelFormatMode :default MODEL_FORMAT_MODE_DEFAULT :read-write :include "options/printer_modes.h" :handler-include "options/options_handler_interface.h"
+ print format mode for models, see --model-format=help
+
+option instFormatMode --inst-format=MODE InstFormatMode :handler CVC4::options::stringToInstFormatMode :default INST_FORMAT_MODE_DEFAULT :read-write :include "options/printer_modes.h" :handler-include "options/options_handler_interface.h"
+ print format mode for instantiations, see --inst-format=help
+
+endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback