Feature request: add a linear bottleneck assignment solver (can also be used to solve lexicographic min‑max assignment).
Would it be useful for this repo to have exact linear bottleneck assignment solver?
If so I can write a JAX version of this javascript sovler for bottleneck assignment (Threshold search + Hopcroft–Karp matching).