Alvaro reports:
"In abstraction.cc, Abstraction::compute_init_distances_general_cost() and
compute_goal_distances_general_cost(), to get the cost of a transition
get_adjusted_action_cost(g_operators[i], cost_type) is used instead of just
access to the attribute of AbstractTransition: trans.cost. I don't know if there
is a reason for this, but I think it is more consistent use the stored cost of
the transition."
|