Once issue559 is merged, we should remove the traces of the old task transformation code. In particular this includes:
* Heursitic::convert_ancestor_state
* The transformation in Heuristic::set_preferred
* The check that the given task is a transformation of the root task in
LandmarkHeuristic::initialize
Possibly this requires other changes such as
* making PerStateInformation no longer dispatch on the task
* transforming states in the virtual methods of ModifyCostsEvaluator
* updating the place the tasks are wrapped into the special axioms tasks (tasks::get_default_value_axioms_task_if_needed)
|