How to use Rete Algorithm

后端 未结 3 1316
耶瑟儿~
耶瑟儿~ 2021-02-09 17:40

How can i use Rete Algorithm in java?

Do i need to write my own algorithm implementation?

Or is there already implemented library available?

3条回答
  •  不要未来只要你来
    2021-02-09 18:39

    See the References section on the Wikipedia entry on the Rete Algorithm, it contains code snippets in both Pascal and LISP (?) style languages - nothing C-like, though.

    Cheers,

提交回复
热议问题