Learn R Programming

cayleyR (version 0.2.1)

process_final_intersection: Process Final-type Intersection

Description

Handles an intersection where the meeting state equals the original final state. Reconstructs path through the start (forward) search tree.

Usage

process_final_intersection(
  intersection_state,
  reachable_states_start,
  bridge_states_start,
  start_index,
  v_cols
)

Value

List with path and info, or NULL

Arguments

intersection_state

Integer vector, the intersecting state

reachable_states_start

Data frame of forward-search states

bridge_states_start

List of bridge states for forward search

start_index

Hash index for forward states

v_cols

Character vector of V-column names