f6d6d0f84f01bb4d1f6c13d84bff10353464041b
[cvc5.git] / src / options / theory_options
1 #
2 # Option specification file for CVC4
3 # See src/options/base_options for a description of this file format
4 #
5
6 module THEORY "options/theory_options.h" Theory layer
7
8 expert-option theoryOfMode theoryof-mode --theoryof-mode=MODE CVC4::theory::TheoryOfMode :handler CVC4::options::stringToTheoryOfMode :handler-include "options/options_handler_interface.h" :default CVC4::theory::THEORY_OF_TYPE_BASED :include "options/theoryof_mode.h" :read-write
9 mode for Theory::theoryof()
10
11 option - use-theory --use-theory=NAME argument :handler CVC4::options::useTheory :handler-include "options/options_handler_interface.h"
12 use alternate theory implementation NAME (--use-theory=help for a list)
13 option theoryAlternates ::std::map<std::string,bool> :include <map> :read-write
14
15 endmodule