summaryrefslogtreecommitdiff
path: root/src/options/printer_options
blob: c276c0dd57b4f3a747617857f24943926ee50ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 stringToModelFormatMode :default MODEL_FORMAT_MODE_DEFAULT :read-write :include "options/printer_modes.h"
 print format mode for models, see --model-format=help

option instFormatMode --inst-format=MODE InstFormatMode :handler stringToInstFormatMode :default INST_FORMAT_MODE_DEFAULT :read-write :include "options/printer_modes.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