Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2014-04-20 17:49:59
Size: 708
Editor: JendrikSeipp
Comment: add very short description of successor generator
Revision 4 as of 2016-12-21 12:41:54
Size: 0
Editor: MalteHelmert
Comment: The preprocessor is gone.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Output of the Fast Downward preprocessor =

This page describes the output format of the preprocessor component of Fast Downward. The preprocessor takes the {{{output.sas}}} file generated by the translator and adds three sections. The common sections are described in TranslatorOutputFormat.

== Preprocessor file format ==

The following sections are added:

  1. [[#sg|Successor Generator section]]
  1. [[#dtg|Domain Transition Graphs section]]
  1. [[#cg|Causal Graph section]]

<<Anchor(sg)>>
=== Preprocessor file format: Successor Generator section ===

This section is a textual representation of the successor generator that is used when the search computes a state's successors.