SCFirstOrderLogic 2.1.0-pre.5

This is a prerelease version of SCFirstOrderLogic.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SCFirstOrderLogic --version 2.1.0-pre.5
NuGet\Install-Package SCFirstOrderLogic -Version 2.1.0-pre.5
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="2.1.0-pre.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SCFirstOrderLogic --version 2.1.0-pre.5
#r "nuget: SCFirstOrderLogic, 2.1.0-pre.5"
#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=2.1.0-pre.5&prerelease

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

SCFirstOrderLogic

Basic but fully functional and documented first-order logic implementations. Includes:

  • Implementations of both raw and CNF sentence representation. Multiple ways of instantiating raw sentences, including 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 versions of their respective algorithms, do 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.

Created just for fun while reading chapters 8 and 9 of Artificial Intelligence: A Modern Approach (3rd Edition - ISBN 978-1292153964) - so may prove interesting to the C#-inclined reading the same book. The "official" C# repository for the book does of course cover these chapters, but given that what I've found there isn't (IMHO) very useful, here we are. The main goal here is for it to be a learning resource. As such, care has been taken to include decent XML documentation, functionality for explaining the results of queries, and explanatory inline comments in the source code where appropriate. For production scenarios, there are obviously other better inference engines out there - that generally use more powerful logics than first-order.

For usage guidance, please consult the user guide.

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.
  • net6.0

    • No dependencies.

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 99 1/21/2024
5.2.0 115 12/22/2023
5.1.0 150 8/12/2023
5.0.0 148 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 159 5/29/2023
4.1.2 188 4/1/2023
4.1.1 297 3/9/2023
4.1.0 199 3/6/2023
4.0.0 299 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 387 1/11/2023
3.1.3 269 12/24/2022
3.1.2 407 11/14/2022
3.1.1 300 11/13/2022
3.1.0 339 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