Issue150

Title document output file formats of translator and preprocessors
Priority wish Status resolved
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2010-11-22.21:05:00 by malte, last changed by florian.

Messages
msg3240 (view) Author: florian Date: 2014-07-25.11:25:43
Already done:
http://www.fast-downward.org/TranslatorOutputFormat
http://www.fast-downward.org/PreprocessorOutputFormat
msg748 (view) Author: malte Date: 2010-11-22.21:09:57
For src/dist and other cleanup targets, see issue151.
msg746 (view) Author: malte Date: 2010-11-22.21:05:00
We should add proper documentation about the output file formats of the
translator and preprocessor to the wiki. Right now, the information lives in the
repository under src/dist/data/doc, but it should be in the wiki instead.

Note that the current description is not fully up to date:

 * it misses the action cost info ("begin_metric"/"end_metric",
   cost fields for operators)

 * it doesn't reflect the fact that "<none of those>" fields are no longer
   always generated (or rather, they are, but sometimes they are pruned by
   the translator before generating the output)

 * The information on "all.groups" and when it is/isn't needed is a bit
   sketchy (but not wrong a such).

The complete src/dist directory is legacy stuff from pre-Mercurial times. We
should get rid of it eventually.
History
Date User Action Args
2014-07-25 11:25:43floriansetstatus: chatting -> resolved
nosy: + florian
messages: + msg3240
2010-11-22 21:09:57maltesetmessages: + msg748
2010-11-22 21:05:00maltecreate