【发布时间】:2016-03-10 01:34:31
【问题描述】:
有没有办法将 DNF 公式转换为 ILP 约束? 例如,假设我有以下公式:
(x_1 and x_2 and x_3) or (not x_1 and x_2 and not x_3)
如何将它写成 ILP?
我知道它可以转换为可满足的 CNF 表达式,然后转换为 ILP,但这可能是子句/变量大小的指数。
【问题讨论】:
-
看看this review 的广义析取编程技术和软件及其链接。
标签: boolean-logic linear-programming