summaryrefslogtreecommitdiff
path: root/src/printer/options
blob: 7e1b679867227ee40b229d7bf43fe2e27eb49e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Option specification file for CVC4
# See src/options/base_options for a description of this file format
#

module PRINTER "printer/options.h" Printing

option modelFormatMode --model-format=MODE ModelFormatMode :handler CVC4::printer::stringToModelFormatMode :default MODEL_FORMAT_MODE_DEFAULT :read-write :include "printer/model_format_mode.h" :handler-include "printer/options_handlers.h"
 print format mode for models, see --model-format=help

endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback