Skip to content

Computational Simulation of Quine-McCluskey Algorithm using C/C++

Notifications You must be signed in to change notification settings

wani-ham/quine-mccluskey-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Computational Simulation of Quine-McCluskey Algorithm using C/C++

  • Project from an undergraduate course "Digital Logic Circuits" (EEE2040.01-00) at Yonsei University. (2022-2)

Abstract

Karnaugh Map method is often used to simplify Boolean functions. It is an intuitive and effective method. However, when the number of variables become larger, additional method is required due to its complexity. Quine-McCluskey algorithm provides more systematic approach than Karnaugh Map method. Therefore, it enables the usage of computer. The goal of this project is to create a computational simulation of Quine-McCluskey algorithm using C/C++.

*** For more detail, please check "report.pdf"

Limitations and further improvements

  • Enable more than 5 variable using variable-length array
  • Solving minimum sum-of-products using Petrick's method

About

Computational Simulation of Quine-McCluskey Algorithm using C/C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages