pddlnet.dll
0.2.0
dotnet add package pddlnet.dll --version 0.2.0
NuGet\Install-Package pddlnet.dll -Version 0.2.0
<PackageReference Include="pddlnet.dll" Version="0.2.0" />
paket add pddlnet.dll --version 0.2.0
#r "nuget: pddlnet.dll, 0.2.0"
// Install pddlnet.dll as a Cake Addin #addin nuget:?package=pddlnet.dll&version=0.2.0 // Install pddlnet.dll as a Cake Tool #tool nuget:?package=pddlnet.dll&version=0.2.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Antlr4.Runtime.Standard (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Better grounding mechanism.