Download this file
22 lines (14 with data), 506 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 | #ifndef PY_RULE_ENGINE_H_
#define PY_RULE_ENGINE_H_
#include "py_rule_module.h"
#include "rule_engine.h"
/////////////////////////////////////////////////////////////////////////////////////////
// create_rule_engine
//
/////////////////////////////////////////////////////////////////////////////////////////
inline rule::rule_engine_ptr_type
create_rule_engine_x1(rule::knowledge_base_ptr_type const& kbase_p)
{
return rule::create_rule_engine(kbase_p);
};
#endif /*PY_RULE_ENGINE_H_*/
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.