NAME
Algorithm::QuineMcCluskey::Format - provide formatting functions to Algorithm::QuineMcCluskey
DESCRIPTION
This module provides formatting utilities designed for (but not limited to) use in Algorithm::QuineMcCluskey.
FUNCTIONS
arrayarray()
Returns a more compact string form of the covers structure.
hasharray()
Returns a more compact string form of primes structure.
tableform
Return a string that puts the "table" of the primes's hash-of-array structure into a column and row chart usable for visual searching of essential prime implicants.
bit_cmp()
Comparison function for sort() that orders the rows in the tableform() and hasharray() functions.
SEE ALSO
AUTHOR
John M. Gamble jgamble@cpan.org