PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 340 This week: 1All time: 7,069 This week: 560Up
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: ???
Age: 36
All time rank: 1741
Week rank: 411 Up

  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:340
This week:1
All time:7,069
This week:560Up