C++ based rule engine

前端 未结 3 1861
栀梦
栀梦 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

    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.

提交回复
热议问题