Is minimization of boolean expressions NP-Complete?

守給你的承諾、 提交于 2019-12-22 05:10:28

问题


I know that boolean satisfiability is NP-Complete, but is the minimization/simplification of a boolean expression, by which I mean taking a given expression in symbolic form and producing an equivalent but simplified expression in symbolic form, NP-Complete? I'm not sure that there's a reduction from satisfiability to minimization, but I feel like there probably is. Does anyone know for sure?


回答1:


Well, look at it this way: using a minimizing algorithm, you can compact any non-satisfiable expression to the literal false, right? This effectively solves SAT. So at least a complete minimizing algorithm is bound to be NP-complete NP hard.



来源:https://stackoverflow.com/questions/600068/is-minimization-of-boolean-expressions-np-complete

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!