PDA

View Full Version : Algorithm for finding optimal boolean formula


twoflower
Dec14-05, 08:05 AM
EDIT: I'm sorry for confusing topic title, my thoughts were somewhere else :)

Hello to all,

I'm going to write program which will be finding all strongly connected components of hypergraph.

Strongly connected component is such connected maximal subhypergraph that there exists bidirectional path between each two points contained in it.

Well, is there any algorithm solving this? I found few articles mentioning Tarjan's algorithm, could it be used for such problem?

Thank you.

mezarashi
Dec16-05, 05:24 AM
Other than K-Mapping, I don't know much about logic minimization algorithms, but a quick google may yielded something you may find useful.

http://www.dei.isep.ipp.pt/~acc/bfunc/

It comes with explanation as well.