Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Jul 10, 2024
1 parent cf95dc5 commit eecd27e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/search/search_algorithms/iterated_search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ class IteratedSearchFeature
true);
add_option<bool>(
"pass_bound",
"use bound from previous search. The bound is the real cost "
"of the plan found before, regardless of the cost_type parameter.",
"use the cost of the best solution found as a `bound` for "
"component algorithms, unless these already have a lower bound "
"set.",
"true");
add_option<bool>(
"repeat_last",
Expand Down

0 comments on commit eecd27e

Please sign in to comment.