OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disjoint_set
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
graph_algorithms.h
281
HashMap<Vertex, Vertex>
disjoint_set
;
local
286
// component in the
disjoint_set
structure.
293
disjoint_set
[vertex1] = vertex1;
332
Vertex root1 = FindConnectedComponent(vertex1, &
disjoint_set
);
333
Vertex root2 = FindConnectedComponent(vertex2, &
disjoint_set
);
346
//
disjoint_set
structure. Always connect the connected component
354
disjoint_set
[root2] = root1;
Completed in 63 milliseconds