pub fn ground_task( domain: &Domain, problem: &Problem, threads: usize, ) -> Option<PackedTask>
Always return the grounded Task (skips goal TRUE/FALSE/undefined verdicts); None only on a fatal empty-type error.