Learn R Programming

cayleyR (version 0.2.1)

process_intermediate_intersection: Process Intermediate Intersection

Description

Handles a general intersection found in both forward and backward search trees. Combines paths from both directions.

Usage

process_intermediate_intersection(
  intersection_state,
  reachable_states_start,
  reachable_states_final,
  bridge_states_start,
  bridge_states_final,
  start_index,
  final_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

reachable_states_final

Data frame of backward-search states

bridge_states_start

List of bridge states for forward search

bridge_states_final

List of bridge states for backward search

start_index

Hash index for forward states

final_index

Hash index for backward states

v_cols

Character vector of V-column names