gpt4 book ai didi

algorithm - 什么样的图来表示这个业务逻辑决策树?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:56:18 26 4
gpt4 key购买 nike

我通常如何在图表中表示此业务逻辑?

A is true if
B is true or
C is true

C is true if
D is true and
E is true and
F is true

X is true if
Y is true and
C is not true

是有向无环图吗?如何用图形术语表示图形中的“和”/“或”逻辑?

(我正在寻找正确的图形术语,这样我就可以集中阅读。)

最佳答案

     (D)  (E)  (F)
| | |
\ | /
[AND]
|
(B) (C)
| |
\ /
[OR]
|
(A)

用一些节点表示 bool 变量和其他 bool 运算的图怎么样?

这是有向无环图。

注意:我不确定这是否很有帮助。期待评论。 :)

关于algorithm - 什么样的图来表示这个业务逻辑决策树?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2445284/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com