PHP Classes

Boolean Minimization: Minimize boolean expressions using base 3 matrix

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 341 All time: 7,071 This week: 43Up
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 (3)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:341
This week:0
All time:7,071
This week:43Up