summaryrefslogtreecommitdiff
path: root/src/options/theory_options
blob: 131b5fb80034756992801af70645702787ee1a83 (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 THEORY "options/theory_options.h" Theory layer

expert-option theoryOfMode theoryof-mode --theoryof-mode=MODE CVC4::theory::TheoryOfMode :handler stringToTheoryOfMode :default CVC4::theory::THEORY_OF_TYPE_BASED :include "options/theoryof_mode.h" :read-write
 mode for Theory::theoryof()

option useTheoryList use-theory --use-theory=NAME std::string :handler handleUseTheoryList :notify notifyUseTheoryList
 use alternate theory implementation NAME (--use-theory=help for a list). This option may be repeated or a comma separated list.

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