Changelog for set-cover-0.0.9
Change log for the set-cover package
0.0.8
SetCover.Exact.Priorityimplements the Algorithm X using a priority queue that registers the sets each element is contained in. This allows for drastic speedup of theNonogramexample.
0.0.7
-
ESC.bitVectorFromSetAssignsallows to turn sets into bit vectors without manual bit position gymnastics. -
Use it in
SudokuandNonogramexamples.
0.0.6
- Add
SetCover.Exact.Setinstances forMap,Integer,IntSet.
0.0.5.1
example/Nonogram: explore different encodings of the problem