C++ based rule engine

2020-05-26 12:06发布

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++

标签: c++
3条回答
一夜七次
2楼-- · 2020-05-26 12:30

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/

查看更多
smile是对你的礼貌
3楼-- · 2020-05-26 12:35

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

查看更多
Evening l夕情丶
4楼-- · 2020-05-26 12:39

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.

查看更多
登录 后发表回答