Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定一个二元决策图,如何将其转换为真值表?它的确切算法是什么?我已经尝试了很长时间。这是一个可以遵循的示例:
资料来源:维基百科。
(虚线边代表 0;实线边代表 1。)
从根节点开始,以深度优先的方式遍历树。
对于每个到达的叶子节点,在真值表中记录一个条目,如下所示:
x1
x2
x3
f