pub fn classify_problem_explained(
prob: &NlProblem,
) -> (ProblemClass, ClassReason)Expand description
classify_problem, plus the finding that produced the class.
Also the single place the POUNCE_DBG_CLASSIFY=1 routing log is
emitted, so every caller — including the tests — sees the same line.