My implementation for the same issue in the saturated state-dependent saturated
cost partitioning branch initializes the saturated cost of each operator as
-MAX_COST_VALUE, and then loops over all outgoing arcs and all self loops of all
states and updates the saturated cost by replacing it with the maximum of the
current value and the difference of the h-values of the states that connect the
corresponding arcs (see lines 477 to 498 in abstraction.cc of the cegar-sdac
branch, revision 9146).
Best,
Thomas
|