# # 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 CVC4::options::stringToTheoryOfMode :handler-include "options/options_handler_interface.h" :default CVC4::theory::THEORY_OF_TYPE_BASED :include "options/theoryof_mode.h" :read-write mode for Theory::theoryof() option - use-theory --use-theory=NAME argument :handler CVC4::options::useTheory :handler-include "options/options_handler_interface.h" use alternate theory implementation NAME (--use-theory=help for a list) option theoryAlternates ::std::map :include :read-write endmodule