pub fn preflight(
capture: &AdmittedCapturePlan,
intervention: &AdmittedInterventionPlan,
estimator: &dyn InterventionEstimator,
) -> Result<(), CaptureError>Expand description
Joint preflight counts every ordinary capture, intervention diagnostic and before/after transform against the same per-step and cumulative budgets.