You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It kind of depends on if we want people to construct their own edge_t values ever, or if they are supposed to be opaque like handles.
Since there's no accessors into them other than .first and .second, I guess we should actually regard them as non-opaque and canonicalize the input edges.
adamnovak
changed the title
edge_index deosn't say if the edge has to be canonical or not.
edge_index doesn't say if the edge has to be canonical or not.
Apr 12, 2024
VectorizableHandleGraph::edge_index
should state that the edge_t has to be fromfor_each_edge
oredge_handle
(i.e. in canonical order and orientation).The text was updated successfully, but these errors were encountered: