graphonline
graphonline copied to clipboard
adjacency matrix should support directed graphs
I would be super useful if the adjacency matrix input would have a checkbox that is enabled for a square matrix that allows to enable directed graph support.
Hello, In fact it supports directed graphs. You may try this matrix: 0, 1, 0, 0, 0, 0, 0, 1, 0, If element in matrix does't have symmetric element in matrix, it creates directed edge.
But you idea is great. We will add it.