PACKAGE NAME: python3-lap-0.5.12-x86_64-1_slackdce.txz PACKAGE MIRROR: . PACKAGE LOCATION: ./python/python3-lap PACKAGE SIZE (compressed): 1448 K PACKAGE SIZE (uncompressed): 1650 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build,python3-wheel,python3-meson-opt,python3-packaging-opt,python3-setuptools-opt,python3-pyproject-metadata,python3-mesonpy,python3-numpy PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: 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