diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-03 21:03:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-03 21:03:22 -0400 |
commit | f04b4487de5f09be4961f45fe43454b403aca3b2 (patch) | |
tree | f10446056db4c0c6787aad7d5c5490fdac420b3b /bfs.1 | |
parent | 4e4d13827cda87a983ef543e63f41b977d5fbdaa (diff) | |
download | bfs-f04b4487de5f09be4961f45fe43454b403aca3b2.tar.xz |
Add documentation for -bfs/-dfs/-ids
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -142,6 +142,20 @@ optimizations, plus re-order expressions to reduce expected cost. \fB\-O\fI4\fR/\fB\-O\fIfast\fR All optimizations, including aggressive optimizations that may alter the observed behavior in corner cases. .RE +.PP +.B \-bfs +.br +.B \-dfs +.br +.B \-ids +.RS +Use +.BR b readth- f irst/ d epth- f irst/ i terative +.BR d eepening +.BR s earch +(default: +.BR -bfs ). +.RE .SH OPERATORS .TP \fB( \fIexpression \fB)\fR |