jgamble / Logic-TruthTable

Create and solve sets of Boolean equations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logic-TruthTable

version 1.02

26 February 2019


A structure to hold a Boolean truth table. Provides utility functions to create or manipulate the minterms (or maxterms) of the table columns.

An Algorithm module for creating Boolean equations must also be installed. Currently one one exists, Algorithm-QuineMcCluskey.

INSTALLATION

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

perl Build.PL
./Build
./Build test
./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc or man command, depending upon your system.

You can also look for information at:

The module's Github repository

MetaCPAN

RT, CPAN's request tracker (report bugs here)

COPYRIGHT AND LICENSE

Copyright (C) 2019 John M. Gamble. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See the list of licencses for more information.

About

Create and solve sets of Boolean equations.

License:Other


Languages

Language:Perl 100.0%