We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c7d93 commit 33b2f41Copy full SHA for 33b2f41
src/symex/symex_parse_options.cpp
@@ -636,6 +636,9 @@ void symex_parse_optionst::help()
636
" --context-bound nr limit number of context switches\n"
637
" --branch-bound nr limit number of branches taken\n"
638
" --max-search-time s limit search to approximately s seconds\n"
639
+ " --dfs use depth first search\n"
640
+ " --bfs use breadth first search\n"
641
+ " --eager-infeasibility query solver early to determine whether a path is infeasible before searching it\n" // NOLINT(*)
642
"\n"
643
"Other options:\n"
644
" --version show version and exit\n"
0 commit comments