Description
Solves linear assignment problems with the Jonker-Volgenant LAPJV and LAPMOD algorithms. It helps Python applications match workers to tasks, detections to tracks, resources to requests, or rows to columns at low cost.
Use it when assignment quality and performance matter. The solver optimizes the cost model it receives, so results are only as good as the input costs and constraints.