{
}
-#line 234 "${template}"
+#line 241 "${template}"
static const std::string mostCommonOptionsDescription = "\
Most commonly-used CVC4 options:${common_documentation}";
-#line 239 "${template}"
+#line 246 "${template}"
static const std::string optionsDescription = mostCommonOptionsDescription + "\n\
\n\
Additional CVC4 options:${remaining_documentation}";
-#line 245 "${template}"
+#line 252 "${template}"
static const std::string optionsFootnote = "\n\
[*] Each of these options has a --no-OPTIONNAME variant, which reverses the\n\
{ NULL, no_argument, NULL, '\0' }
};/* cmdlineOptions */
-#line 322 "${template}"
+#line 329 "${template}"
static void preemptGetopt(int& argc, char**& argv, const char* opt) {
const size_t maxoptlen = 128;
switch(c) {
${all_modules_option_handlers}
-#line 515 "${template}"
+#line 522 "${template}"
case ':':
// This can be a long or short option, and the way to get at the
static const char* smtOptions[] = {
${all_modules_smt_options},
-#line 584 "${template}"
+#line 591 "${template}"
NULL
};/* smtOptions[] */
${all_modules_get_options}
-#line 606 "${template}"
+#line 613 "${template}"
return SExpr(opts);
}