From d2a1030320a172f8349c4a8c1a0edf7d2254b321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sun, 14 Aug 2016 16:23:28 +0200 Subject: [PATCH] Added link to output format to the readme file. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e270b4..b4c5129 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,13 @@ The `[options]` are listed below: | `--warning-level` arg (=`normal`) | Specify whether to output warnings normally (`normal`), to treat them as critical errors (`error`), or to ignore them (`ignore`). | | `--color` arg (=`auto`) | Specify whether to colorize the output (`always`, `never`, or `auto`). | +## Output Format + +`plasp` provides a uniform output format for SAS and PDDL input problems. +See the [documentation of the output format](doc/output-format.md) for more details. + +If you want to write your own meta encoding for `plasp`’s output, the [simple example encoding](encodings/sequential-incremental.lp) gets you started. + ## Building `plasp` requires a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.