From eecd27e82dd0793b73012f9407eb315975f5ef8b Mon Sep 17 00:00:00 2001 From: ClemensBuechner Date: Tue, 9 Jul 2024 14:33:14 +0200 Subject: [PATCH] Update documentation. --- src/search/search_algorithms/iterated_search.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/search/search_algorithms/iterated_search.cc b/src/search/search_algorithms/iterated_search.cc index 8addead747..ccc8c7935d 100644 --- a/src/search/search_algorithms/iterated_search.cc +++ b/src/search/search_algorithms/iterated_search.cc @@ -141,8 +141,9 @@ class IteratedSearchFeature true); add_option( "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( "repeat_last",