| 93 | } |
| 94 | |
| 95 | void compute_connectivity() { |
| 96 | assert(m_connectivity.get_wire_network() == this); |
| 97 | m_connectivity.compute(); |
| 98 | } |
| 99 | |
| 100 | VectorI get_vertex_neighbors(size_t i) const { |
| 101 | return m_connectivity.get_vertex_neighbors(i); |
no test coverage detected