Skip to main content

Quadratic Programming solver using a superlinear ADMM method

Project description

SuperADMM

Fast Quadratic Program Solver with dynamic weighting ADMM

This algorithm specifically solves problems of shape

$$ \begin{equation} \begin{aligned} & \underset{x}{\textbf{minimize}} & & \tfrac12 x^\top P x + x^\top q\ & \textbf{subject to} & & l \le Ax \le u \ \end{aligned} \end{equation} $$

where $x \in \mathrm{R}^n$ is the optimization variable, $P \in \mathrm{R}^{n \times n}$ and $q \in \mathrm{R}^n$ describe the quadratic cost function ($P$ is positive semi-definite), $A \in \mathrm{R}^{m \times n}$ is the linear constraint mapping and $l \in\mathrm{R}^m$, $u\in\mathrm{R}^m$ denote the lower and upper bounds of the constraints. Note that by setting $l_i = u_i$ for some index $i$, one can also include equality constraints in the problem. Furthermore, $l_i = -\infty$ or $u_i = \infty$ allows users to only consider lower or upper bounds.

Installation

Installation is currently only available in Windows, Linux and MACOS will follow later

Python

At this moment, we are working on changing this install routine to pip install superADMM, but as of now, that is yet unavailable. Instead, this should be the correct (and very cumbersome) install procedure.

  • Download or clone this package
  • Download and unpack OpenBLAS binaries (OpenBLAS-x.x.xx_x64.zip): https://github.com/OpenMathLib/OpenBLAS/releases
  • In setup.py, change openblas_include and openblas_lib to the folder path where you unpacked OpenBLAS.
  • Open Command Prompt at the superADMM folder (that is, the main, not superADMM/superADMM)
  • python -m build --wheel (this will throw a bunch of warnings, which is fine. However, it can give some errors that some packages might need to be installed, install them if so)
  • pip install dist\superadmm-0.7.0-cpVERSION-cpVERSION-win_amd64.whl, where VERSION is your python version (for me it says cp313). You can find the .whl file in the dist folder to check the correct name.
  • Enjoy your fast solver in Python with import superADMM

MATLAB (Express installation)

MATLAB (Manual installation)

  • Download or clone this package
  • Ensure that MATLAB mex add-on (code-generation) is installed, and gcc (MinGW64) is installed as mex compiler
  • Verify with mex -setup that MinGW64 is the default compiler
  • Run compile.m
  • Enjoy your fast solver in MATLAB with superADMM.m

How to Cite

APA:

Verheijen, P.C.N., Goswami, D., and Lazar, M. (2025). SuperADMM: Solving Quadratic Programs Faster with Dynamic Weighting ADMM. arXiv: 2506.11608 [math.OC]. URL: https://arxiv.org/abs/2506.11608

Bibtex:

@misc{superADMM:Verheijen2025,
      title={{SuperADMM: Solving Quadratic Programs Faster with Dynamic Weighting ADMM}}, 
      author={P. C. N. Verheijen and D. Goswami and M. Lazar},
      year={2025},
      eprint={2506.11608},
      archivePrefix={arXiv},
      primaryClass={math.OC},
      url={https://arxiv.org/abs/2506.11608}, 
}

References

The fast execution of various linear algebraic operations is provided by a set of third party libraries, which we list below:

  • [OpenBLAS] Wang Qian, Zhang Xianyi, Zhang Yunquan, Qing Yi, AUGEM: Automatically Generate High Performance Dense Linear Algebra Kernels on x86 CPUs, In the International Conference for High Performance Computing, Networking, Storage and Analysis (SC'13), Denver CO, November 2013
  • [LAPACK] E. Anderson, Z. Bai, C. Bischof, S. Blackford, J. Demmel, J. Dongarra, J. Du Croz, A. Greenbaum, S. Hammarling, A. McKenney, and D. Sorensen, LAPACK Users' Guide, 3rd e. Philadelphia, PA: Society for Industrial and Applied Mathematics, 1999.
  • [CSPARSE] T.A. Davis, Direct Methods for Sparse Linear Systems. SIAM, 2006
  • [LDL] T.A. Davis, Algorithm 849: A concise sparse cholesky factorization package, ACM Trans. Math. Softw. vol. 31, no. 4, p. 587-591, Dec. 2005

License

SuperADMM is licensed under LGPL 2.1.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

superadmm-0.7.1-cp314-cp314t-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

superadmm-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

superadmm-0.7.1-cp314-cp314t-macosx_10_15_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

superadmm-0.7.1-cp314-cp314-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14Windows x86-64

superadmm-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp314-cp314-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

superadmm-0.7.1-cp314-cp314-macosx_10_15_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

superadmm-0.7.1-cp313-cp313-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.13Windows x86-64

superadmm-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp313-cp313-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

superadmm-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

superadmm-0.7.1-cp312-cp312-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.12Windows x86-64

superadmm-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

superadmm-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

superadmm-0.7.1-cp311-cp311-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.11Windows x86-64

superadmm-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

superadmm-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

superadmm-0.7.1-cp310-cp310-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.10Windows x86-64

superadmm-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl (10.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

superadmm-0.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

superadmm-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

superadmm-0.7.1-cp39-cp39-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.9Windows x86-64

superadmm-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

superadmm-0.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

superadmm-0.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

superadmm-0.7.1-cp39-cp39-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

superadmm-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file superadmm-0.7.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9e38d0d1a67358865c05d6a1a3c3960ea77fe885b62f8807fba8c978cf1c8fff
MD5 f9d36df699cb32ff73033925bc4fabb1
BLAKE2b-256 ac922375533cc7501b7fa96a8ff409927af711e11864ba2d85ba01a256a8f144

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca5e66128648bfcdb82d2a96919f32b480f67aa4704c83f4771e87106d5ddd03
MD5 a900b7cdc0937512e1cc9cfc16453bfb
BLAKE2b-256 70f2852b32c96c7946d96f70cc5e1a96a3832caa914a4d8c7a76bf548468cbf0

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db5f7dccc4a6a5af899cac59a5151ab873bad1c06fa42ec5ae5487b94ece77ec
MD5 36946ef4c42b23fb3921530d5009aaae
BLAKE2b-256 d14e152fe0dab68a407e24307d5a30d5e15688ccfad773c1748c0914c91f02be

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce224caeace22cdb6dbf9bdb485e48f692e0b5d67947d55c4eb36dea99498f03
MD5 2029b6c9d7a71e24bcdb9ca949c5dc5a
BLAKE2b-256 bdca929d96b3220a44fb9f8b74704e302a4fbbd7cd98782228760d15774d650a

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43b858b3d33d1d585366ae995136fc4c12985a5608fe0ec70d773bc2430cef7f
MD5 e9ba529ca6132d9a6f74626758a00166
BLAKE2b-256 42da7389c782a05d7f43dad532d15fb2ff5c644081c8f24dbe7abcc53afd9626

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2bd059116d9e66de8892ed3fdc054ca2c3d027bfb09d96105d28461553348b1
MD5 39199e1bd8e7a2f7e624ffb7d3633b37
BLAKE2b-256 cc7ad0546c17c7d0e01b5fa43eccda469d7af53fa6f9da3a0ba8e68ed38b68b0

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 87fb942835bf0363ae3fa82f54d69b82917dab56d9ad0821cf9f588cece176a5
MD5 055bb44962a12cd494b629dae03d2b51
BLAKE2b-256 74efd075df04c52c45b656a9655acf47f931af4fa39879ba234a936b495efc55

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dc43c35dd859d7117836933a2b42c461801225269caaac8dba11bebbda95623e
MD5 198e673fe60fc83dd1f9b2190f09a612
BLAKE2b-256 d696c72d34e6189c80997ddde69a2f8708ae0c00fb7f92357ec3c178594c9053

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fde6e847cb76fdf95337e9f8ff83f13eb14499b07e4c0cb7948173b73a7fd2d8
MD5 4503680ac7a26cc1ba4ebfb67e4ca2fe
BLAKE2b-256 77a1e5f024b089fb94fd2aa398f8452e0480785666d57ac6ecf5934c6af72bf2

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb268030821aae1fd0de1002afbca91714a0a59c837eb43b4c42bb82efb3610e
MD5 dd2624ab7d79f10a4ad0326a28cde1fe
BLAKE2b-256 ea8562a7ba08db043b91334e8d854e41983bab81fe3e2e622ed6d6c166419d8e

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86a32b4fb51fe8e361b392615c31002841fd230678caec68c86bad84f82079dc
MD5 cac748a8b837335311c40db4ff82be4d
BLAKE2b-256 89427c24dbfea907b80440db9ded3a413ce51502b8446eac9516f0a183b8dbc8

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e289ea1af76ef3f33f8b15c1a20f5a3a14597b613d4f073ccb57d6034f0e3ecb
MD5 335ab63e3390077a4b013f9957c50e4c
BLAKE2b-256 80cc3826ee193ec1a6e08579fe9ed6946703b5f300cb5573f7bb2ef1d5951d21

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 793fcd3280ceb3cca4d03ec3852b85ecf3e9ae4a797d43745517ca117c260027
MD5 48846279e269dbd2636e87ddd89d8d15
BLAKE2b-256 b6f5f9dd7cd94fdd6f55df7bf0bc193005c2dd998e863a4c8fea81cfacb2dda7

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ceb44231f3c43355ab3fd385af715db7582b5fa718775fee56fb182a27065ed6
MD5 2164f89b2b8deacdc0297e8d728a24a5
BLAKE2b-256 6847d7892ef74c5104a4df567174c34a0199c50c5bf114990b88a8d687f12285

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7fa245b400032e6565fb0d7417dffd65cd0058f257a4ff4d25c7ee17f99d4196
MD5 423d607ab437cee48d72951823f1d997
BLAKE2b-256 a32e6bb9bec45d6067bf63569494de1ab684c6468d26762674613a4db502d9b3

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b775b3e2be7fae81aaccffa64897e07f1c532ef9ceb8a23bc2ea0a5b6213030
MD5 4827e5fd3f03a014fbd923d1da27697f
BLAKE2b-256 7b1678e4fc59006d8fc517a2ac8a98352e94c30dc54991aaae76929205a903c8

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a753aac70220cf85bc6ae869178f40823845676988c3acacbebe193be61fe23
MD5 45afa9bbdb7ad7d8e836b926d3d51d6d
BLAKE2b-256 0459ab7479d014d3ff5a99cef97058a905877588069395a4904432e4a5d0ab7f

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f5ec1cd4ca267e01932d8b0e01c02383c4ebbf36a5de5f77d25f7bc9a5154ed
MD5 59e06f0b404a6dbf3166b817260072f1
BLAKE2b-256 75fb6af5152073cadf120c30501fd3230fb868e3b0d685426081893315a7e0fe

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 950593d53743d7d7716d86ebac95eabf8513d835f58bed1d670a50dfc13e5359
MD5 bcdbfc7c6e51609221403cbda9f6ceb6
BLAKE2b-256 2cfda33aa847df9281148cd7f8dca7363a1a4bf6c03a2a33bf9b696e9855032e

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c89e4f48b5e077ef7cbb5787af7f20928ec90a59f44f89ed38bf83dee5a6ca8d
MD5 e59545f0b9a54129eeef85afa010177b
BLAKE2b-256 2f6dfcc393e57241c57f66db2c6dc92814b7fef6c29f58b6855a9b2ad1332ef2

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 36d6308dcde759e5a0d058ec137938c8a6a8c3742731487b016b84ceab4702ca
MD5 3dc4688a3e3983701e8e7f8e38fc263e
BLAKE2b-256 9122d780a2795aaf16ec33ad685daaef7bbb6a0111c7b80ce1b40558adc1e946

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6149e751f2e856ccec07159cf80a5ae24eaaf8e68b5c793a7329d8ac622bdddc
MD5 f82c3dbecc3a1a95dea125fce165b312
BLAKE2b-256 59535e7d91f7b06366e1921ddbadad6dde201ed8fddc4ba201312a792c0066f8

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b01470bef59f8335884e25535443348c4554c8903e517632a4805e09f2115a3
MD5 38dbd8a5440f41d79c7888d2f722bc9a
BLAKE2b-256 700828801500d9ba6adcbab37f47585962cd4f9c2bbb1446077f719118db7ce7

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd7518b84b9ee21c8b59b861ad9ef7df8f2c4b662ea56954afbe8b35a2eed796
MD5 a15fbc27428af5eb4085daa2daa42686
BLAKE2b-256 9f585bf1c71b1ee9f4f88131ae6525a512d7798b8f61d0afb682c5241e51f23b

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 395e2fc5eda7304308c03f342d5182363865847792884258d4b1d426010d04f1
MD5 5e227306beaa25832a39cde695b5314f
BLAKE2b-256 89be3729240a73153bab7f96612698cc4671b6ae15466e83030441c498cbbf0e

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 834d4bedda3195b703d2f23c2c00aaf8153d50dfce72d02553062e9a281f66cc
MD5 c55a059a13763f0ba2051a5f006de702
BLAKE2b-256 053fd0dce2069918a461fcec2c4eabea6f3caf7e4efe67f9fe186a96b7335d35

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41f498fa0e21437fed9183232681154387b1417f9eb09e3b27691f3deaeaf5fd
MD5 b55e0149bebbe167b2ddf045c9f194d9
BLAKE2b-256 10e4dbce4af906c9a06899b630f9331de5a3175bd7de74e295b3a5183204715f

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f751aa446328d2b41fdc262f5fecb70646ce670e98638da2aad4768a6ea67583
MD5 0f32b9a53364239594bdd967dff02369
BLAKE2b-256 24950f12a3589b7ed48f8261d4ae4f2f1ef047f0906f519219903127b8798919

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 572394abdc23bc09e237b6cceb273ed966d3deb3f9883a2be666308e6339b714
MD5 723ac10575275002d0ffd65acbdbc778
BLAKE2b-256 e338ef15f2f7df1ec7627e51761f385c80388e93796a118073163a92e53863da

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f9749f26af77abb827bd57fa08fdc5a6c7d08471fb8ca7550c986a929c79d44
MD5 f53899b9ffbd51f541c8eed87906d629
BLAKE2b-256 a4b9a00757d6babd79b7341a470862e5c0adfd1bf3667e3cd7a0f15f2f8e75e3

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d6de8d3352e23e13b36613d772f3999b2ff63e325854747c246bf28ccdcc706
MD5 4985110a7a4915f4cf806f84f992b95d
BLAKE2b-256 c539e7e01ebf00436763f12404ccfeef55abbed13c52f02f7b98a41b136fb41c

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 575caa6a568cab400618d38c88940062c4385494c8f10697c0ddc0371a29036e
MD5 ed29e98a96baa59571718d7d9e2b3b1d
BLAKE2b-256 4f7b20cec1adfcb40b2645852be72b3de04ba01bae99ac93042a9e9feb6d8fa2

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de1a93c60f2310a51d2a51ac134ab08bc7e282cdf6dfd0479d7debe6e9aa1e98
MD5 76d33bcfc840b15bfd8cd88761b2d40e
BLAKE2b-256 d9bee2dc080545e74f93288b85333e3cdb9009146a36c1cd1040be69d281b3e3

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d4188bcb9105b4df9536d054ef29a130f4273d20476673370173a4526d59b5a
MD5 a7ffbdfe70776285f74bf2d477c97f5d
BLAKE2b-256 a2ba245d9045a1799782959a31184697004123226f780a7630d08c8263bcabd1

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9c1acfd4b7d05ba3f7aadcccf8993333c70893dce36235849ca2dbff1437241
MD5 3bcc812df5f3cf84adae42c7ad7964c7
BLAKE2b-256 883b6f008d935f0ad7d9efaa2b540da9fc5186934d0322ac9b4e01d50d8eb868

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 672c92c7b9322b4245f854a9110fe22a0c7655e9aaece177b0bae8790b6fed58
MD5 a302e1967faf7d23fc9fb8f096490c3c
BLAKE2b-256 5a19e04ceaf494277b37a661df9d495ef92e60137d2588544c5ae359ab4b0955

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01f47f3e1c891c47a8e0fc6a7c7689903675a5772458ba0a11a86cc4f831ba21
MD5 c0f896dc678f7550815c789f1c73f050
BLAKE2b-256 b30e7c4eae9ce0c81c80db55a2d97d201280c95c75d2c50f6646b750b78973a2

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b71d529d572e76e8260ec10a88a43a9b4beecacada8330941ffb1b9c4446f55
MD5 64f50ff5a843cbf255c3ba72de416ee7
BLAKE2b-256 2a3ffb9ca23ba08c346c4b731d877b98caf20f70be77aaa27038af55e872b417

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb697c84aaa8c110c200f6bd2285e4238e7da411bcb43f6d5f1002a8e816f59e
MD5 8804576ad380135b3182de0e5bf3f289
BLAKE2b-256 65e729ecf68e8f0cd078caff59f368632beddecda23a44cb8b3821fe807cecdb

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a40a050b4eb5d0807a701a4255d23b1ba8f87be5d456be38a769fc64bea4483
MD5 6772dbd8b202200d219ffbebaa55f2fd
BLAKE2b-256 54026f62c1e931470e8b47460f920a34e127f51dc361c1102de8baf1075eaf48

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0308378c0e82017ab856c1425bcab9910a9e7ced16b1075a707f01e0ba971b0f
MD5 f1013e7178a6ca41263aa3081f8d5a54
BLAKE2b-256 493faf0df912e881950b2e596bb83160cfd136deb6c1c668c9f2e7e56ccb0485

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b98e3b6ee6b4210eedb09da70b2eafd94709524524cc6f3fb9281599d62ad803
MD5 837d8f003af471a6f6cefe7ea7952ba9
BLAKE2b-256 46cbe7f7f858d548f92085f93f0d165b124b97c12b74cf0c0ae5afb2f2fddcea

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: superadmm-0.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 361c072a6566c2b31598243b641eb4f59b884f8b459ae37aa23874cb0b22a9ac
MD5 b19f9b689dea753fd10ed1f1fbfe11fe
BLAKE2b-256 c3085b867b53c0382d232600e21fd0b6edbbb0ca72c94b210481d0868ba5bb2b

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad11479edf83f88784971e2781d649a0be6a1adf4a4bade74ccdf4f4be10cef4
MD5 65a8f5a61ca4e4c11a02ad6181d8a7a4
BLAKE2b-256 03c63b12598e026b6f07ddd3e703aafd77c8b9a0059d942d98afd7d11f5292ef

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68f982123b3e7181564f3fc42138fad89f18b78cb75ac6a20568d46bacd68fb1
MD5 4ad9f19c4822b1a0ee36fadbed22300f
BLAKE2b-256 175b6673738ab73ab09f7c8a1ac70b27f22300851841fa7b1abe453e636d45ad

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e01fc3483237c362549a6d5502f6f4544f661369de4bbfd40aaf4ea0f066829
MD5 2a2385c7db66c31ef511fcfd928a419a
BLAKE2b-256 3d66a21f7427374b37b93aa6cb81f47b3dd3880747689375b14978134f8b81b7

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a538e5a60eacd3970b5f4b7ba91ca5aeef878743deb16dbb25883e819d893de
MD5 42e20664ccda1a9706be09a5e3984c65
BLAKE2b-256 cefa64f506b13a206dcf89061821f10787a744b26982b7e625ada6007b6bc21c

See more details on using hashes here.

File details

Details for the file superadmm-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for superadmm-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5faae9f336c0b249533797305bcbd88739e0a3f691be05e0fdf9cc26c54196c9
MD5 b56a685c8311a43afece7e61076214ad
BLAKE2b-256 f1f0d18600333a9d52f72a91f9aae05f5d1da9a67aed1091aefdfe6ce25765fc

See more details on using hashes here.

Supported by

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