Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

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.