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 4ba7899 commit ad95cd2Copy full SHA for ad95cd2
src/symex/symex_parse_options.cpp
@@ -625,6 +625,9 @@ void symex_parse_optionst::help()
625
" --context-bound nr limit number of context switches\n"
626
" --branch-bound nr limit number of branches taken\n"
627
" --max-search-time s limit search to approximately s seconds\n"
628
+ " --dfs use depth first search\n"
629
+ " --bfs use breadth first search\n"
630
+ " --eager-infeasibility query solver early to determine whether a path is infeasible before searching it\n" // NOLINT(*)
631
"\n"
632
"Other options:\n"
633
" --version show version and exit\n"
0 commit comments