| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Solve.Util
Description
Documentation
transitiveClosure :: Ord a => (a -> [a]) -> [a] -> Set a Source #
isZeroProb :: Prob -> Bool Source #
nonZeroProb :: Prob -> Bool Source #
uniformDist :: Int -> [Prob] Source #