PHP Classes
elePHPant
Icontem

Boolean Minimization: Minimize boolean expressions using base 3 matrix

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2008-03-17 (8 years ago) RSS 2.0 feedNot enough user ratingsTotal: 322 All time: 6,822 This week: 1,167Up
Version License PHP version Categories
boolean_minimization 0.9GNU General Publi...4Algorithms
Description Author

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.

Picture of Armin
Name: Armin <contact>
Classes: 4 packages by
Country: ???

  Files folder image Files  
File Role Description
Accessible without login Plain text file index.php Example Example
Plain text file Minimization.class.php Class the main class
Plain text file Chronometer.php Class to show the execution time of the script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:322
This week:0
All time:6,822
This week:1,167Up