# Logic-Minimizer

## version 1.00

Provides a parent class for modules that minimize boolean equations,
such as Algorithm::QuineMcCluskey. You do not need to bother with this
module or even read its documentation unless you need to create a new
minimizer module for use by Logic::TruthTable.


## INSTALLATION

If you are not using the cpan or cpanm commands, nor using Activestate's PPM,
install this module by running the following commands:

```sh
perl Build.PL
./Build
./Build test
./Build install
```

## SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Logic::Minimizer

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Logic-Minimizer

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Logic-Minimizer

    CPAN Ratings
        http://cpanratings.perl.org/d/Logic-Minimizer

    Search CPAN
        http://search.cpan.org/dist/Logic-Minimizer


## LICENSE AND COPYRIGHT

Copyright (C) 2019 John M. Gamble

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.