Learn R Programming

cayleyR (version 0.2.1)

process_start_intersection: Process Start-type Intersection

Description

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

Usage

process_start_intersection(
  intersection_state,
  reachable_states_final,
  bridge_states_final,
  final_index,
  v_cols
)

Value

List with path and info, or NULL

Arguments

intersection_state

Integer vector, the intersecting state

reachable_states_final

Data frame of backward-search states

bridge_states_final

List of bridge states for backward search

final_index

Hash index for backward states

v_cols

Character vector of V-column names