pub fn compute_scored_state(
root_dir: &Path,
diff_range: Option<&str>,
alpha: f64,
scoring_mode: ScoringMode,
timeout: u64,
) -> Result<ScoredState>Expand description
Heavy phase: clone/parse/fragment/discover/tokenize/score. Independent
of tau/core_budget_fraction. Designed to be computed ONCE per
instance and reused across an arbitrary number of selection cells.