pub fn interpret_causal_workflow(
batch: &ProjectionImportBatchV3,
policy: &CompilerPolicy,
target_node_id: &str,
search_budget: usize,
) -> CausalWorkflowInterpretationExpand description
Interprets a causal workflow through oracle and refutation reference paths.