Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HGraph.Directed.Packing.Cycles
Synopsis
- arcMaximumI :: (DirectedGraph t, Adjacency t, Mutable t) => t Int -> ([[Int]], Int)
- maximum :: (DirectedGraph t, Mutable t, Adjacency t) => t a -> ([[a]], Int)
- maximumI :: (DirectedGraph t, Mutable t, Adjacency t) => t Int -> ([[Int]], Int)
Documentation
arcMaximumI :: (DirectedGraph t, Adjacency t, Mutable t) => t Int -> ([[Int]], Int) Source #
A packing of pairwise arc-disjoint cycles of maximum size.