Issue1232

Title Translator input "task" should be named "problem"
Priority feature Status in-progress
Superseder Nosy List gabi, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2026-07-27.11:49:49 by gabi, last changed by gabi.

Messages
msg12120 (view) Author: gabi Date: 2026-07-27.13:27:56
I cherry-picked the corresponding change sets from the other pull request. You find the resulting pull-request here: https://github.com/aibasel/downward/pull/300
msg12119 (view) Author: gabi Date: 2026-07-27.11:49:49
I am splitting this off from issue 1223 (documenting the translator options on thewebsite).

We want to be more consistent what we call task and what we call problem. The task is the entire task, composed from the information in the PDDL domain and the PDDL problem file. For the (PDDL) problem files, we want to use the term "problem". In the translator, it is sometimes also called task.

In this issue, we want to make the corresponding adaptations in the translator.
History
Date User Action Args
2026-07-27 13:27:56gabisetmessages: + msg12120
2026-07-27 11:49:49gabicreate