Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
define AbstractGraph for 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sbromberger committed May 17, 2017
1 parent 9af5190 commit 3f58085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type DiGraph
end

typealias SimpleGraph Union{Graph, DiGraph}
typealias AbstractGraph SimpleGraph


"""Return the vertices of a graph."""
Expand Down

0 comments on commit 3f58085

Please sign in to comment.