Skip to main content

Python module to solve the linear sum assignment problem (LSAP) efficiently

Project description

minilsap

A Python module to solve the linear sum assignment problem (LSAP) efficiently. Extracted from SciPy, without significant modifications.

This module is useful in cases when you need an efficient LSAP solver but you do not want to depend on the full SciPy library.

Currently, the module depends on NumPy for array management. This may be relaxed in the future if Python's stable API gets extended with functions to manage Python buffer objects.

License

The code in this repository is licensed under the 3-clause BSD license, except for files including a different license header.

The LSAP solver copied from SciPy is also licensed under the 3-clause BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minilsap-0.2.2.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distributions

minilsap-0.2.2-cp37-abi3-win_amd64.whl (16.9 kB view hashes)

Uploaded CPython 3.7+ Windows x86-64

minilsap-0.2.2-cp37-abi3-win32.whl (15.6 kB view hashes)

Uploaded CPython 3.7+ Windows x86

minilsap-0.2.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.9 kB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ x86-64

minilsap-0.2.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.8 kB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

minilsap-0.2.2-cp37-abi3-macosx_10_9_universal2.whl (24.1 kB view hashes)

Uploaded CPython 3.7+ macOS 10.9+ universal2 (ARM64, x86-64)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page