Algorithm for minimalization karnaugh map

May i have the algorithm for the minimalization karnaugh map that is writing in java?Thanks for help!
[115 byte] By [-cherry-a] at [2007-11-26 22:08:31]
# 1
> May i have the algorithm for the minimalization> karnaugh map that is writing in java?How about you do it yourself and ask a specific question here when you run into problems?> Thanks for help!No problem.
prometheuzza at 2007-7-10 10:54:39 > top of Java-index,Other Topics,Algorithms...
# 2

> May i have the algorithm for the minimalization karnaugh map that is

> writing in java?

Karnaugh maps are nice for visual inspection by humans. Computers

can't deal with them very well. Better apply resolution to the conjunctive

normal form terms of your formula and collect the resolvents.

kind regards,

Jos

JosAHa at 2007-7-10 10:54:39 > top of Java-index,Other Topics,Algorithms...