Info
Version: | 0.9.3 |
Author(s): | Sergiy Nikolayev |
Last Update: | Saturday, December 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nrules.net/ |
NuGet Url: | https://www.nuget.org/packages/NRules.Runtime |
Install
Install-Package NRules.Runtime
dotnet add package NRules.Runtime
paket add NRules.Runtime
NRules.Runtime Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- NRules.RuleModel(>= 0.9.1 && <= 0.9.1)
- NETStandard.Library(>= 1.6.1)
- System.Linq.Queryable(>= 4.3.0)
- NRules.RuleModel(>= 0.9.1 && <= 0.9.1)
- System.Linq.Queryable(>= 4.3.0)
- NRules.RuleModel(>= 0.9.1 && <= 0.9.1)
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 execution engine (runtime) for the NRules rules engine.