summaryrefslogtreecommitdiff
path: root/src/options/options_handler.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-02-15 11:26:56 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2017-02-15 11:26:56 -0600
commit4604e6119a0a5e968e47cf23ce93b09c17a726b8 (patch)
tree037c78de7e1fd6445cf404ccd1026c076054e253 /src/options/options_handler.h
parent3837f84ab251d1563726f3d13b95f541eaa331a4 (diff)
Minimization modes for fmf bound.
Diffstat (limited to 'src/options/options_handler.h')
-rw-r--r--src/options/options_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options/options_handler.h b/src/options/options_handler.h
index e327b9c8e..45aea7b79 100644
--- a/src/options/options_handler.h
+++ b/src/options/options_handler.h
@@ -104,6 +104,7 @@ public:
theory::quantifiers::MacrosQuantMode stringToMacrosQuantMode(std::string option, std::string optarg) throw(OptionException);
theory::quantifiers::QuantDSplitMode stringToQuantDSplitMode(std::string option, std::string optarg) throw(OptionException);
theory::quantifiers::QuantRepMode stringToQuantRepMode(std::string option, std::string optarg) throw(OptionException);
+ theory::quantifiers::FmfBoundMinMode stringToFmfBoundMinMode(std::string option, std::string optarg) throw(OptionException);
// theory/bv/options_handlers.h
void abcEnabledBuild(std::string option, bool value) throw(OptionException);
@@ -225,6 +226,7 @@ public:
static const std::string s_triggerActiveSelModeHelp;
static const std::string s_ufssModeHelp;
static const std::string s_userPatModeHelp;
+ static const std::string s_fmfBoundMinModeModeHelp;
static const std::string s_errorSelectionRulesHelp;
static const std::string s_arithPropagationModeHelp;
static const std::string s_arithUnateLemmasHelp;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback