Skip to content

Commit ad95cd2

Browse files
committed
Add eager infeasbility, dfs and bfs to symex help file
1 parent 4ba7899 commit ad95cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/symex/symex_parse_options.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,9 @@ void symex_parse_optionst::help()
625625
" --context-bound nr limit number of context switches\n"
626626
" --branch-bound nr limit number of branches taken\n"
627627
" --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(*)
628631
"\n"
629632
"Other options:\n"
630633
" --version show version and exit\n"

0 commit comments

Comments
 (0)