Skip to content

alx741/graphite

Repository files navigation

graphite - A Haskell graphs and networks library

Hackage Hackage-Deps Docs

Graphite Logo

Represent, analyze and visualize graphs & networks.

Documentation

TODO

List of currently undefined functions that should be implemented eventually. Pull requests are very welcome.

  • toAdjacencyMatrix (Data.Graph.UGraph)
  • toAdjacencyMatrix (Data.Graph.DGraph)
  • isSymmetric (Data.Graph.DGraph)
  • isOriented (Data.Graph.DGraph)
  • isRegular (Data.Graph.DGraph)
  • isDirectedGraphic (Data.Graph.UGraph.DegreeSequence)
  • fromGraphicalSequence (Data.Graph.UGraph.DegreeSequence)
  • areIsomorphic (Data.Graph.Morphisms)
  • isomorphism (Data.Graph.Morphisms)
  • isURegular (Data.Graph.Morphisms)
  • isDRegular (Data.Graph.Morphisms)

Known bugs

<= 0.10.0.1

  • insertEdgeTriple does not update the attribute in DGraph #2

About

Haskell graphs and networks library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published