Safe Haskell | None |
---|---|
Language | Haskell98 |
This implements Math.SetCover.Exact using unboxed arrays of bit vectors.
It should always be faster than using Integer
s as bit vectors.
In contrast to IntSet
the set representation here is dense,
but has a much simpler structure.
It should be faster than IntSet
for most applications.
Documentation
State | |
|
updateState :: SetId -> State label -> State label Source #