Kemsekov / GraphSharp

GraphSharp is a tool to study and use knowledge of graph theory in C#!
MIT License
38 stars 5 forks source link

Create parser and converter for adjacency matrix and incidence matrix #17

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

Create such things. It would be useful in many cases for structural analysis of graph.

Kemsekov commented 2 years ago

adjacency matrix is ready

Kemsekov commented 2 years ago

Done FromIncidenceMatrix converter but have doubt about implementing converter to incidence matrix.