@edict/rete
v1.0.1
Published
The implementation of the core algorithm which makes `edict` possible.
Downloads
4
Readme
rete
The implementation of the core algorithm which makes edict
possible.
Current Goal: Improve performance, please read Performance-Optimization.md to learn how to contribute!
Resources
The 1995 paper Oakes references for O'doyle Rules
This library was generated with Nx.
Building
Run nx build rete
to build the library.
Running unit tests
Run nx test rete
to execute the unit tests via Jest.