Changes for version 1.01

  • 2019-12-03
    • Debug changes only, does not affect the operation of the non-debug code:
      • Smart comments had some obsolete variables that are now changed. The chart() function, used by Smart comments, made use of firstidx(), which was provided by a module that is no longer included. Changed the code in chart() to use the any() function from List::Util instead.
    • Minor correction to README.md.

Modules

solve Quine-McCluskey set-cover problems
provide formatting functions to Algorithm::QuineMcCluskey
provide utility functions to Algorithm::QuineMcCluskey