Handles a general intersection found in both forward and backward search trees. Combines paths from both directions.
process_intermediate_intersection(
intersection_state,
reachable_states_start,
reachable_states_final,
bridge_states_start,
bridge_states_final,
start_index,
final_index,
v_cols
)List with path and info, or NULL
Integer vector, the intersecting state
Data frame of forward-search states
Data frame of backward-search states
List of bridge states for forward search
List of bridge states for backward search
Hash index for forward states
Hash index for backward states
Character vector of V-column names