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.
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.