fgl-extras-decompositions: the ear decomposition for the fgl.
README
(included from project)graph decompositions
A library of graph decomposition algorithms for Erwig’s FGL. Currently, only ear decompositions are included.
ear decomposition: http://en.wikipedia.org/wiki/Ear_decomposition
Contact
Christian Hoener zu Siederdissen choener@bioinf.uni-leipzig.de Leipzig University, Leipzig, Germany
|
![]() |
![]() |
|
Stable Sources | git | Bugtracker | Build Status |
Usage of this library in a Haskell project:
This package provides no "main" executable, but rather only library functionality. (Though sometimes tools, or example programs are provided). Usage requires some knowledge of Haskell.- Include the library in your cabal file.
- Use stack to simplify development. This will require adding the library with an exact version to the stack.yaml file. This includes the option to include this library directly from its github repository.