Skip to content

Commit 39cd0b5

Browse files
committed
1 parent 0f3b1fb commit 39cd0b5

File tree

7 files changed

+362
-356
lines changed

7 files changed

+362
-356
lines changed

src/LightGraphs.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ include("core.jl")
139139
include("shortestpaths/floyd-warshall.jl")
140140
include("spectral.jl")
141141
include("operators.jl")
142-
include("persistence.jl")
142+
include("persistence/default.jl")
143+
include("persistence/dot.jl")
144+
include("persistence/gexf.jl")
145+
include("persistence/gml.jl")
146+
include("persistence/graphml.jl")
143147
include("randgraphs.jl")
144148
include("smallgraphs.jl")
145149
include("centrality/betweenness.jl")

src/persistence.jl

Lines changed: 0 additions & 355 deletions
This file was deleted.

0 commit comments

Comments
 (0)