pddlnet.dll
0.1.4
See the version list below for details.
dotnet add package pddlnet.dll --version 0.1.4
NuGet\Install-Package pddlnet.dll -Version 0.1.4
<PackageReference Include="pddlnet.dll" Version="0.1.4" />
paket add pddlnet.dll --version 0.1.4
#r "nuget: pddlnet.dll, 0.1.4"
// Install pddlnet.dll as a Cake Addin #addin nuget:?package=pddlnet.dll&version=0.1.4 // Install pddlnet.dll as a Cake Tool #tool nuget:?package=pddlnet.dll&version=0.1.4
This is a PDDL parser library using an ANTLR 4 grammar that provides a very simple interface to
interact with domain-problems.
This library publishes one object class whose API exposes methods for obtaining:
* The initial state.
* The goals.
* The list of operators.
* The positive and negative preconditions and the positive and negative effects.
* The _grounded_ states of a given operator (grounded variables, preconditions and effects).
This is enough for the user to focus on the implementation of state-space or plan-space search algorithms.
See examples at the project site.
Learn more about Target Frameworks and .NET Standard.
-
- pddlnet (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
New License. Moved to Github.