Giter VIP home page Giter VIP logo

Comments (1)

ChunelFeng avatar ChunelFeng commented on May 13, 2024

不确定您说的 goto 到a节点,是 goto到特定为止,还是goto到任意为止。

首先,e节点是否执行,可以在node内部写逻辑,也可以将 node添加进入 condition中,
通过条件判断是否执行。
参考demo:https://github.com/ChunelFeng/CGraph/blob/main/tutorial/T06-Condition.cpp

其次,CGraph自身不支持 goto逻辑,但支持 condition中加入node、 group 或者 多层group 的逻辑,
如果将 需要goto的头节点位置,和尾节点位置 设置成一个 region的话,
理论上是可以实现 返回group的头循环执行的逻辑的。

参考demo:https://github.com/ChunelFeng/CGraph/blob/main/tutorial/T04-Complex.cpp
参考图片:https://github.com/ChunelFeng/CGraph/blob/main/doc/image/tutorial/T04-Complex.png

from cgraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.