Changes for version 0.09
- 2016-6-27
- Found a case where don't-care terms with no covers were nonetheless included with the prime implicants. Fixed by changing a map{}-everything-will-work into a loop with an if statement to check for that.
- New test file 25-solve.t (Rock Paper Scissors) that covers the above problem.
- Streamlined the bit term functions, and added some more 'smart' comments to show the bit terms.
- Added a release_status key to the Build.PL hash.
Modules
solve Quine-McCluskey set-cover problems
provide formatting functions to Algorithm::QuineMcCluskey
provide utility functions to Algorithm::QuineMcCluskey