SCFirstOrderLogic 7.0.0-pre.1

This is a prerelease version of SCFirstOrderLogic.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SCFirstOrderLogic --version 7.0.0-pre.1                
NuGet\Install-Package SCFirstOrderLogic -Version 7.0.0-pre.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SCFirstOrderLogic" Version="7.0.0-pre.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SCFirstOrderLogic --version 7.0.0-pre.1                
#r "nuget: SCFirstOrderLogic, 7.0.0-pre.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SCFirstOrderLogic as a Cake Addin
#addin nuget:?package=SCFirstOrderLogic&version=7.0.0-pre.1&prerelease

// Install SCFirstOrderLogic as a Cake Tool
#tool nuget:?package=SCFirstOrderLogic&version=7.0.0-pre.1&prerelease                

The SCFirstOrderLogic NuGet package contains basic but fully functional and documented first-order logic implementations for .NET. It is heavily influenced by (chapters 8 and 9 of) Artificial Intelligence: A Modern Approach" (Russell & Norvig). It is intended first and foremost to assist with learning and experimentation, but does include extension points (and async support) so that it is at least conceivable that it could be (extended to be) useful in a production scenario. Included are:

  • Implementations of both raw and CNF sentence representation.
  • Multiple ways of instantiating raw sentences, ranging from string parsing, through a number of code-based approaches, all the way to a language-integrated approach that allows (the domain to be modelled as an IEnumerable<T> and) sentences to be provided as lambda expressions.
  • Sentence manipulation logic - base classes for sentence visitors and transformations, as well as some implementations - e.g. variable substitutions and basic unification logic.
  • Sentence formatting logic that allows for (customisable) unique labelling of standardised variables and Skolem functions across a set of sentences.
  • Some abstractions for knowledge base implementations to implement.

Accompanying the core SCFirstOrderLogic package are two supporting packages:

  • SCFirstOrderLogic.ExampleDomains: A few simple first-order logic domains declared using the models found in the SCFirstOrderLogic package - for use in tests and demos.
  • SCFirstOrderLogic.Inference.Basic: Very basic first-order logic knowledge base implementations that use the models defined by the SCFirstOrderLogic package. Not useful for anything resembling a production scenario, but perhaps useful as a tool for learning and experimentation.

Full documentation can be found here.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SCFirstOrderLogic:

Package Downloads
SCClassicalPlanning

Basic classical planning implementations. Includes a simple model for planning problems, as well planners that implement state-space search, goal-space search, and GraphPlan.

SCFirstOrderLogic.Inference.Basic

Very basic knowledge base implementations that use the models defined by the SCFirstOrderLogic package.

SCFirstOrderLogic.ExampleDomains

A few simple first-order logic domains declared using the models found in the SCFirstOrderLogic package - for use in tests and demos.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0-pre.2 53 8/27/2024
7.0.0-pre.1 68 8/3/2024
6.0.0 154 7/7/2024
6.0.0-pre.3 40 7/7/2024
6.0.0-pre.2 43 7/6/2024
6.0.0-pre.1 152 6/9/2024
5.5.0 84 6/8/2024
5.4.0 97 5/26/2024
5.3.0 127 1/21/2024
5.2.0 145 12/22/2023
5.1.0 172 8/12/2023
5.0.0 157 7/23/2023
5.0.0-pre.3 92 7/22/2023
5.0.0-pre.2 86 7/16/2023
5.0.0-pre.1 85 7/9/2023
4.2.0 168 5/29/2023
4.1.2 199 4/1/2023
4.1.1 304 3/9/2023
4.1.0 204 3/6/2023
4.0.0 315 2/26/2023
4.0.0-pre.5 87 2/24/2023
4.0.0-pre.4 98 2/8/2023
4.0.0-pre.3 92 2/6/2023
4.0.0-pre.2 95 2/5/2023
4.0.0-pre.1 92 1/18/2023
3.1.4 412 1/11/2023
3.1.3 276 12/24/2022
3.1.2 436 11/14/2022
3.1.1 320 11/13/2022
3.1.0 345 11/13/2022
3.0.0 376 11/5/2022
3.0.0-pre.3 112 11/4/2022
3.0.0-pre.2 131 10/24/2022
3.0.0-pre.1 137 10/21/2022
2.1.3 561 10/9/2022
2.1.2 412 10/9/2022
2.1.1 384 10/5/2022
2.1.0 814 10/5/2022
2.1.0-pre.5 128 10/3/2022
2.1.0-pre.4 106 9/29/2022
2.1.0-pre.3 101 9/29/2022
2.1.0-pre.2 109 9/28/2022
2.1.0-pre.1 109 9/28/2022
2.0.0 414 9/26/2022
1.1.0 429 9/16/2022
1.0.2 421 9/12/2022
1.0.1 435 9/11/2022
1.0.0 413 9/7/2022
1.0.0-pre.1 113 9/7/2022