We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2248d commit fcceba1Copy full SHA for fcceba1
README.md
@@ -5,3 +5,16 @@
5
[](https://coveralls.io/github/JuliaGraphs/GraphIO.jl?branch=master)
6
7
[](http://codecov.io/github/JuliaGraphs/GraphIO.jl?branch=master)
8
+
9
+GraphIO provides support to [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl) for reading/writing graphs in various formats.
10
11
+Currently, the following functionality is provided:
12
13
+Format | Read | Write
14
+-------|------|-----
15
+GML | ✓ | ✓
16
+Graph6 | ✓ | ✓
17
+GraphML | ✓ | ✓
18
+Pajek NET | ✓ | ✓
19
+GEXF | | ✓
20
+DOT | ✓ |
0 commit comments