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
Everything is correct in theory, but implicit entries in sparse matrix must be treated as infinity. AdjacencyMatrixGraph<Directionality::Directed>::undirected() does no longer exist
Especially the
operator+
needs a review in context of sparse matrices it could lead to absorption of everything.affected functions:
AdjMatGraph::square()
AdjacencyMatrixGraph<Directionality::Directed>::undirected()
The text was updated successfully, but these errors were encountered: