문제

Algos to reduce the expression generated by truth table having number of input variable greater then 6.


More generic question would be:: Algos to reduce the expression generated by truth table having number of input variable n :where n > 6

도움이 되었습니까?

해결책

I'm thinking that once you get up past that number of inputs there is no good way to do it analytically. You'll probably have to fall back on heuristic methods.

Have you tried Espresso? From my experience it works very well, take a look: http://en.wikipedia.org/wiki/Espresso_heuristic_logic_minimizer

Though you may be able to do some Boolean Algebra on the expression, it's most likely going to be difficult to figure whether it's in simplest form or not with that many variables.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top