summaryrefslogtreecommitdiff
path: root/src/options/theory_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/theory_options')
-rw-r--r--src/options/theory_options7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/options/theory_options b/src/options/theory_options
index f6d6d0f84..131b5fb80 100644
--- a/src/options/theory_options
+++ b/src/options/theory_options
@@ -5,11 +5,10 @@
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
+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 - 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<std::string,bool> :include <map> :read-write
+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