SCFirstOrderLogic 5.3.0

dotnet add package SCFirstOrderLogic --version 5.3.0
NuGet\Install-Package SCFirstOrderLogic -Version 5.3.0
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="5.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SCFirstOrderLogic --version 5.3.0
#r "nuget: SCFirstOrderLogic, 5.3.0"
#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=5.3.0

// Install SCFirstOrderLogic as a Cake Tool
#tool nuget:?package=SCFirstOrderLogic&version=5.3.0

Basic but fully functional and documented first-order logic implementations. Heavily influenced by "Artificial Intelligence: A Modern Approach" (Russell & Norvig). 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. Includes:

  • 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.
  • Knowledge base implementations that, while using very simple (i.e. not production ready) versions of their respective algorithms, do use abstracted, asynchronous clause storage (thus providing an extension point) and expose properties for the retrieval of proof details.
  • Sentence formatting logic that allows for (customisable) unique labelling of standardised variables and Skolem functions across a set of sentences.

As mentioned above, the main goal here is for it to be a resource for learning and experimentation. As such, care has also been taken to include good type and member documentation, as well as Source Link to allow for debugging - and explanatory inline comments in the source code where appropriate.

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 (1)

Showing the top 1 NuGet packages that depend on SCFirstOrderLogic:

Package Downloads
SCClassicalPlanning

Basic but fully functional and documented classical planning implementations. Somewhat influenced by "Artificial Intelligence: A Modern Approach" (Russell & Norvig). Includes state- and goal-space search as well as a GraphPlan implementation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.0 87 1/21/2024
5.2.0 113 12/22/2023
5.1.0 148 8/12/2023
5.0.0 146 7/23/2023
5.0.0-pre.3 86 7/22/2023
5.0.0-pre.2 75 7/16/2023
5.0.0-pre.1 80 7/9/2023
4.2.0 151 5/29/2023
4.1.2 187 4/1/2023
4.1.1 294 3/9/2023
4.1.0 195 3/6/2023
4.0.0 295 2/26/2023
4.0.0-pre.5 82 2/24/2023
4.0.0-pre.4 86 2/8/2023
4.0.0-pre.3 88 2/6/2023
4.0.0-pre.2 84 2/5/2023
4.0.0-pre.1 86 1/18/2023
3.1.4 385 1/11/2023
3.1.3 267 12/24/2022
3.1.2 405 11/14/2022
3.1.1 300 11/13/2022
3.1.0 337 11/13/2022
3.0.0 365 11/5/2022
3.0.0-pre.3 105 11/4/2022
3.0.0-pre.2 124 10/24/2022
3.0.0-pre.1 123 10/21/2022
2.1.3 551 10/9/2022
2.1.2 389 10/9/2022
2.1.1 358 10/5/2022
2.1.0 786 10/5/2022
2.1.0-pre.5 114 10/3/2022
2.1.0-pre.4 98 9/29/2022
2.1.0-pre.3 93 9/29/2022
2.1.0-pre.2 97 9/28/2022
2.1.0-pre.1 97 9/28/2022
2.0.0 390 9/26/2022
1.1.0 406 9/16/2022
1.0.2 399 9/12/2022
1.0.1 420 9/11/2022
1.0.0 385 9/7/2022
1.0.0-pre.1 106 9/7/2022