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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minilsap-1.0.1.tar.gz.
File metadata
- Download URL: minilsap-1.0.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50d51fb48e646ccaa512b2f7fa5e0041bbb1abc2732e3707a17094e90d43ce46
|
|
| MD5 |
1154c5cef57601e709863e72d1ea5604
|
|
| BLAKE2b-256 |
2631feb4836438e6bbf23c6f708c93a69ff38fcc403655dad4616ce4de61a707
|
File details
Details for the file minilsap-1.0.1-cp310-abi3-win_amd64.whl.
File metadata
- Download URL: minilsap-1.0.1-cp310-abi3-win_amd64.whl
- Upload date:
- Size: 26.1 kB
- Tags: CPython 3.10+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94e18a39fcadd66d911913011849a59da4235135f88a72ea15f82cd3066d3258
|
|
| MD5 |
5d788c9b091e783eaae66c419d16ad83
|
|
| BLAKE2b-256 |
c76ca152ddaa843fe73878b4f713fb49a0904754ea02add1f3f34931f03624df
|
File details
Details for the file minilsap-1.0.1-cp310-abi3-win32.whl.
File metadata
- Download URL: minilsap-1.0.1-cp310-abi3-win32.whl
- Upload date:
- Size: 25.0 kB
- Tags: CPython 3.10+, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed2572d23d0fa7a754a510a5ee974271a46803b9c253b0875cd4007c4f0596ec
|
|
| MD5 |
731a4519ace6bde8fcc0fb6594fe9c7b
|
|
| BLAKE2b-256 |
33da3e76ff3f7d2c5df401ff27b7ff8636e14b41185e55a52077f737ad1c313c
|
File details
Details for the file minilsap-1.0.1-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: minilsap-1.0.1-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 106.1 kB
- Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2528cce44df3bf8e001007f27317696c4ccb0a204bf60326f2258c4b1f93bdec
|
|
| MD5 |
a7b1107ed06f493d57e81c84c425a8d0
|
|
| BLAKE2b-256 |
c31c574a911c13760bc001a154e42bd8ec2973a5117132ebc8eafa75f73b17ff
|
File details
Details for the file minilsap-1.0.1-cp310-abi3-macosx_10_9_universal2.whl.
File metadata
- Download URL: minilsap-1.0.1-cp310-abi3-macosx_10_9_universal2.whl
- Upload date:
- Size: 30.8 kB
- Tags: CPython 3.10+, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a20c7881fda44a96db2f1cde959b52aa7bf193f00efcc26b4230cf3bef8d9734
|
|
| MD5 |
74f1df21bf3ac4e7f364b0eab2cb2c7e
|
|
| BLAKE2b-256 |
4f05c2b548f20573dc1bc718c210ba47d6060460f404c4e532030521dba16772
|