Name: fgl-extras-decompositions Version: 0.1.0.0 License: BSD3 License-file: LICENSE Author: Christian Hoener zu Siederdissen Maintainer: choener@tbi.univie.ac.at Copyright: Christian Hoener zu Siederdissen, 2013 Homepage: http://www.tbi.univie.ac.at/~choener/ Stability: Experimental Category: Data Build-type: Simple Cabal-version: >=1.6 Synopsis: Graph decomposition algorithms Description: Graph decompositions of fgl graphs. This library is rather experimental. . Currently: . - ear decomposition . . . Patches and ideas welcome. Library Exposed-modules: Data.Graph.Inductive.Query.Ear Build-depends: base >= 4 && <5 , containers , fgl >= 5.4 ghc-options: -O2 source-repository head type: git location: git://github.com/choener/fgl-extras-decompositions