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