ahmed-alllam / AlphaLogos

Boolean Function Analyzer and Synthesis Optimization Tool
http://alpha-logos-1464863388.eu-west-3.elb.amazonaws.com/
MIT License
1 stars 0 forks source link

Draw the K-Map showing the solution #23

Closed ahmed-alllam closed 1 year ago

ahmed-alllam commented 1 year ago

Is your feature request related to a problem? Please describe.

Once prime implicants (PIs) are obtained using boolean minimization techniques such as the Quine–McCluskey algorithm, there's a lack of visual representation to aid in understanding the simplified boolean expression.

Describe the solution you'd like

An added feature to visualize the prime implicants on a Karnaugh map (K-map) would be beneficial. The feature should graphically represent the simplified boolean expression, showcasing the grouping of the minterms and the coverage of each prime implicant. Such a visualization would provide clarity in analyzing overlaps, essential prime implicants, and contributing minterms.