| 21 | } |
| 22 | |
| 23 | VectorI get_vertex_labels(const MatrixFr& vertices, Operators& ops) { |
| 24 | SymmetryConnectivity connectivity = |
| 25 | compute_vertex_connectivity(vertices, ops); |
| 26 | return label_connected_components(vertices.rows(), connectivity); |
| 27 | } |
| 28 | } |
| 29 | using namespace WireVertexSymmetryAttributeHelper; |
| 30 |