This class can be used to minimize boolean expressions using base 3 matrix.
It takes as parameters minterms and variables.
The class performs boolean minimization and returns the prime implicants as a class array variable.
It uses the principle that any combination of causal conditions is a line number in the base 3 matrix. Also a prime implicant produced by minimizing two other combinations, is itself a line number in the base 3 matrix.
This algorithm does not use bit by bit binary comparison, so it is faster than the classic Quine-McCluskey method.
|
|
| Name: |
Boolean Minimization |
| Base name: |
boolean_minimization |
| Description: |
Minimize boolean expressions using base 3 matrix |
| Version: |
0.9 |
| PHP version: |
4 |
| License: |
GNU General Public License (GPL) |
| All time users: |
293 users |
| All time rank: |
6140 |
| Week users: |
0 users |
| Week rank: |
2151  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|