Info
Version: | 0.9.1 |
Author(s): | Sergiy Nikolayev |
Last Update: | Wednesday, December 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://nrules.net/ |
NuGet Url: | https://www.nuget.org/packages/NRules.RuleModel |
Install
Install-Package NRules.RuleModel
dotnet add package NRules.RuleModel
paket add NRules.RuleModel
NRules.RuleModel Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
NRules is an inference engine that, among other features, supports forward chaining, negative, existential and universal quantifiers. Rules are authored in C# using internal DSL.
This package installs the canonical rules model to define rules that can be compiled into executable model used by the NRules rules engine.