pddlnet.dll 0.2.0

dotnet add package pddlnet.dll --version 0.2.0
NuGet\Install-Package pddlnet.dll -Version 0.2.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="pddlnet.dll" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pddlnet.dll --version 0.2.0
#r "nuget: pddlnet.dll, 0.2.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 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 1,147 5/15/2017
0.1.9 894 5/12/2017
0.1.5 961 10/4/2016
0.1.4 1,223 12/6/2015
0.1.3 1,533 3/14/2015

Better grounding mechanism.