python-lap: python-lap (Linear Assignment Problem solver) python-lap: python-lap: lap is a linear assignment problem solver using Jonker-Volgenant python-lap: algorithm for dense LAPJV or sparse LAPMOD matrices. Both algorithms python-lap: are implemented from scratch based solely on the papers and the python-lap: public domain Pascal implementation provided by A. Volgenant. The python-lap: LAPMOD implementation seems to be faster than the LAPJV python-lap: implementation for matrices with a side of more than ~5000 and with python-lap: less than 50% finite coefficients. python-lap: python-lap: