Shrinks a failing trace to a locally minimal one: repeatedly removes chunks
of operations (halving the chunk size down to one), then tries the
simplify candidates for each remaining operation, as long as run still
throws. Returns the minimal trace and the error it produces.
Shrinks a failing trace to a locally minimal one: repeatedly removes chunks of operations (halving the chunk size down to one), then tries the
simplifycandidates for each remaining operation, as long asrunstill throws. Returns the minimal trace and the error it produces.