Copyright | (c) Immanuel Albrecht 2020-202x |
---|---|
License | BSD-3 |
Maintainer | mail@immanuel-albrecht.de |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.Matroid.Algorithms.Enumerate
Description
This module provides implementations of algorithms that enumerate things from matroids.
Synopsis
- enumerateBases :: Matroid m a => m a -> [Set a]
Documentation
enumerates all bases of a matroid