Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant clustering #1

Open
lcgamboa opened this issue May 9, 2022 · 1 comment
Open

Redundant clustering #1

lcgamboa opened this issue May 9, 2022 · 1 comment

Comments

@lcgamboa
Copy link

lcgamboa commented May 9, 2022

Thanks for the excellent program, it helps me a lot to correct my students' work.
In the example below there is a redundant cluster not delivering the most simplified answer:

kmap-solver -v A,B,C,D -m 3,4,5,8,12

kmap

The expected answer would be:
GROUP1 (3)
GROUP3 (5,4)
GROUP4 (8,12)
RESULT: f(A,B,C,D) = A'B'CD+A'BC'+AC'D'

without de redundant cluster GROUP2 (4,12)

I'm using kmap-solver version 0.0.4

@obsfx
Copy link
Owner

obsfx commented May 9, 2022

Hi @lcgamboa,

Thank you for reporting this issue and providing the correct solution. It's also great to hear that someone is using this tool.
Probably I will need to do some logic circuits recap but I will be working on it to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants