JuMP Termination_status category

JuMP’s docs break termination status into 3 groups
Solved, Solved to relaxed tolerances, limits, and problemantic.
Is there a way to take a termination status and get which one of these groups it is in?

I could write a function myself that did so but if there is already one, it might be clearer

Nope. It’s just an enum, so you’ll need to explicitly handle the different cases.