Skip to content

v3.0.11

Compare
Choose a tag to compare
@samueltardieu samueltardieu released this 11 Mar 12:56
· 542 commits to main since this release
v3.0.11
2b2bea2
  • Introduce Grid::{bfs,dfs}_reachable() and deprecate Grid::reachable()
  • Remove Copy bound on predicate of Matrix::{bfs,dfs}_reachable()
  • Use anonymous lifetimes when appropriate
  • Add example for kuhn_munkres()