summaryrefslogtreecommitdiff
path: root/src/options/booleans_options
blob: a150c1d83b3187129ff9f6637c2c59cd16fda596 (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 BOOLEANS "options/booleans_options.h" Boolean theory

option booleanTermConversionMode boolean-term-conversion-mode --boolean-term-conversion-mode=MODE CVC4::theory::booleans::BooleanTermConversionMode :default CVC4::theory::booleans::BOOLEAN_TERM_CONVERT_TO_BITVECTORS :include "options/boolean_term_conversion_mode.h" :handler stringToBooleanTermConversionMode
 policy for converting Boolean terms

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