C++ based rule engine

前端 未结 3 1862
栀梦
栀梦 2021-02-04 09:15

i am looking for a good c++ rule engine. can you please let me know if there there any XML based rule engine for C++

相关标签:
3条回答
  • 2021-02-04 09:19

    Check CLIPS (developed originally by NASA) Its a rules engine written in C. It is under continuous development for many years. However, the rules are defined in LISP like rule defintion language.

    Its hosted on sourceforge http://clipsrules.sourceforge.net/

    0 讨论(0)
  • 2021-02-04 09:19

    I guess the answer to "what is a rule engine" is there : What can Rules Engines accomplish?

    But that's a too broad definition. In fact a "rule engine" should be totally dependant on your domain. The engine will provide settings (XML based or anything else suitable for the task) and then apply the rules.

    So look for domain-specific engines and you'll certainly find something useful.

    0 讨论(0)
  • 2021-02-04 09:44

    ILog Rules(IBM) is writen in C++.

    0 讨论(0)
提交回复
热议问题