☰
bevy_internal
0.13.0
Module matching
Structs
Functions
In bevy_internal::utils::petgraph::algo
?
Module
bevy_internal
::
utils
::
petgraph
::
algo
::
matching
source
·
[
−
]
Structs
MatchedEdges
MatchedNodes
Matching
Computed
matching
of the graph.
Functions
greedy_matching
[Generic] Compute a
matching
using a greedy heuristic.
maximum_matching
[Generic] Compute the
maximum matching
using
Gabow’s algorithm
.