Traces back through a chain of cycles to build the full operation path from the initial state to a target state.
reconstruct_full_path(
reachable_states,
start_state,
target_state,
target_cycle,
target_combo,
v_cols
)Character vector of operations, or NULL on error
Data frame of all explored states
Integer vector, the root start state
Integer vector, the target state
Integer, cycle number containing the target
Integer, combo number within the target cycle
Character vector of V-column names