Skip to content

Commit

Permalink
[issue1140] Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
remochristen committed Jul 18, 2024
1 parent 91f1269 commit 6770874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/search/search_algorithms/eager_search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,10 @@ SearchStatus EagerSearch::step() {
*node, op, get_adjusted_cost(op));
}
} else {
// We found a more expensive path to an open or closed state.
/*
We found an equally or more expensive path to an open or closed
state.
*/
}
}
return IN_PROGRESS;
Expand Down

0 comments on commit 6770874

Please sign in to comment.