v3.0.11
- Introduce
Grid::{bfs,dfs}_reachable()
anddeprecate Grid::reachable()
- Remove
Copy
bound on predicate ofMatrix::{bfs,dfs}_reachable()
- Use anonymous lifetimes when appropriate
- Add example for
kuhn_munkres()
Grid::{bfs,dfs}_reachable()
and deprecate Grid::reachable()
Copy
bound on predicate of Matrix::{bfs,dfs}_reachable()
kuhn_munkres()