Skip to main content

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives

Project description

mim_solvers

Implementation of efficient numerical optimal control solvers. In particular, the Sequential Quadratic Programming (SQP) solver described in this paper solves nonlinear constrained OCPs efficiently by leveraging sparsity.

All the solvers are implemented based on the API of Crocoddyl (v2). In other words, our solvers take as input a crocoddyl.ShootingProblem.

Examples on how to use the solvers can be found in the examples directory.

Dependencies

Installation

Using conda

conda install mim-solvers --channel conda-forge

Using CMake

git clone --recursive https://github.com/machines-in-motion/mim_solvers.git

cd mim_solvers && mkdir build && cd build

cmake .. [-DCMAKE_BUILD_TYPE=Release] [-DCMAKE_INSTALL_PREFIX=...]

make [-j6] && make install

You can also run unittests using ctest and benchmarks using ./benchmarks/ur5 or ./benchmarks/solo12 from the build directory.

Contributors

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

mim_solvers-0.0.5.tar.gz (925.0 kB view details)

Uploaded Source

Built Distributions

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

mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_aarch64.whl (945.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp313-cp313-macosx_11_0_arm64.whl (748.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mim_solvers-0.0.5-1-cp313-cp313-macosx_10_9_x86_64.whl (916.3 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_aarch64.whl (945.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp312-cp312-macosx_11_0_arm64.whl (748.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mim_solvers-0.0.5-1-cp312-cp312-macosx_10_9_x86_64.whl (916.3 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_aarch64.whl (949.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp311-cp311-macosx_11_0_arm64.whl (747.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mim_solvers-0.0.5-1-cp311-cp311-macosx_10_9_x86_64.whl (909.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_aarch64.whl (949.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp310-cp310-macosx_11_0_arm64.whl (747.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mim_solvers-0.0.5-1-cp310-cp310-macosx_10_9_x86_64.whl (909.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_aarch64.whl (949.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp39-cp39-macosx_11_0_arm64.whl (747.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mim_solvers-0.0.5-1-cp39-cp39-macosx_10_9_x86_64.whl (909.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_aarch64.whl (949.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

mim_solvers-0.0.5-1-cp38-cp38-macosx_10_9_x86_64.whl (909.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file mim_solvers-0.0.5.tar.gz.

File metadata

  • Download URL: mim_solvers-0.0.5.tar.gz
  • Upload date:
  • Size: 925.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mim_solvers-0.0.5.tar.gz
Algorithm Hash digest
SHA256 19ec7c3c33542574d912c1316350ac06b1b03c24791ec3644c93d9c4f27bcecf
MD5 bc6ff7343b9979f1213682388e6c70e7
BLAKE2b-256 191769ec3dade364a0f82cc723c44644357378ad1e15c0ebb7dee02619c0159d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5.tar.gz:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41fd7c14736041c30fee4a2fb9a7dba14a206a78ca3b633586163942e6b5db46
MD5 c5c014d6dcf748c67099813121857aa3
BLAKE2b-256 2d8bd4a5684ae3790b5ee4bee511737af0f10cc3f62960c2e60b1e41547ccef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e826af6ace71dc1ececae6e3f538b3a8648057caca840d356e2ee07220a3d69e
MD5 8cf6990b362a265246406b205157c7f6
BLAKE2b-256 4f71ae371df091424f1554af526b512d55cf0e5ad06f142227ec892e542aaee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d77fbac3ef8ea37e647448cc1962731b575da802891efb1222bda9d16901b994
MD5 7019441ed563e7bbff9e14ef0fea2f03
BLAKE2b-256 d1ea6e83f2da1665a42ed97db911ffb77b376804aba88529df7fd04494320ca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41598da8fd784ba7a3fe20f30bde84966a80e77a344416505169959859b4daf3
MD5 3dbdd669706d15aa5cc438a50418ad5e
BLAKE2b-256 7bb1397963c61ba9ba09b86d4ec751e5d3477a52c61ed96560be17cc5c042dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ac8a505b8a05d0acfb950e59e5486362efdf8e25b75f867ed847f901151e268
MD5 203274cc308f59728e12e8a9824d08a3
BLAKE2b-256 728dae64f1ca33c33781361306dbda95757180d74f0510dea2fd5497f210ec73

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b27ea0819e9d42c087add3cc2296fc495de3cada465c30ba55bf30b7503134f
MD5 74509fd0516896b55a49ffb8e02ec152
BLAKE2b-256 98374fd1734322f615868dd7143861ca4ee2757455dbe6ec49959c30cf0ff6fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c064626e39a6cb5662741db21de2ef50f15129bb99c4889b839c1cac1fd3f9e5
MD5 3218eb6edf6c0f7a1e4d5178c7957152
BLAKE2b-256 034b0236bb4e58d45b56af41760bd2bf0a2b9014e861d860c0dd7265bde032b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d8bf6de70a8e29b7e28d183f43cc25911ee6e4d997df3cdac8d723bc6e2d3d6
MD5 e78e378f9c4f011e5f181655aaa533f9
BLAKE2b-256 a7114f455e13104754e13bc915d1cc7375ae066e1625b5f45b2c978035d8c74b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d965e64f694a817651eafd49f44776aac3f1f17d686003f74bbe5d61428360f6
MD5 56d300743bfcd5c5483733cc18d5a1d3
BLAKE2b-256 c6f675ba88e36a2328c8e26dc96fe3b9c5575033385eedbabde8d240362cc946

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34a49f69a70054ea7bf7564c52cf2435611a71d45fadaddf03bf9b8dfc3e4188
MD5 44762e96d1b08df7ff6b285ba562124c
BLAKE2b-256 b22507e1f093203e6a3ee2de97e07e1e81449416aaa37b5fa83935626c18a84f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10d8a465d7fbc17fca4382946fddeb8e280fb130b34e17f0f8d82b44ace1bd1f
MD5 f3ec63cb6914ee5326950ec351b5b92b
BLAKE2b-256 1ac6865d01ef5032d08c0342a08de84dbe51d378307a9e21a0041f5ea37ee44e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8691d271f89007fd2cf793a1a4c8feb0c54dccfa0d7cc61cd66cc7f37fbd7306
MD5 0c5875f638d5cd07f84a9d22753ace59
BLAKE2b-256 8625d60043772639ad0f707431cc57818f2e7e7fa2961e1420e2ae078b3f29ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6070285dbc9e0fb70fd70ebcbf81e9c79d9dcaddd98c1d259dff53f8a0080dd3
MD5 06bea6a13fcaad5b0f687e73791a9999
BLAKE2b-256 e788c86175fc6ef6281f6566f4d1f60dc46de40bc5f795741b7cbc6000fc7295

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4166c6805ad242dec2d1e86b9a100b85a6aa731f4021afb5d6b7833b894dd4d1
MD5 35fbcdcfcdc902f267c27b64f45340b1
BLAKE2b-256 5151a0145c30f131ac575c15aa998bc31117af72cccb4b210a98252a970d040c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dc0d681e92c894717f99b50967e2137c5a175112483f25357eb54500d10c0b1
MD5 465d4dab8eed7e1cc24b12782789fdde
BLAKE2b-256 cf9f408cccc6d7712ede23f1afc3f766fe4f4b91df7197a867d3fc5f51e26be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83dce596f7641cd06f740079547150899645aadb6f4565657576d02b9c853b0b
MD5 f95082867f2f33c83938b15521ee4afd
BLAKE2b-256 2bfcee4cc1a7b55ddc66a73aa016a1f78f855b1ff48eb5cf8284a4b74840bab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6603689e15993945c98aa69071ed87ebeef2cb7ad8aa9e6238752b5e4d8a25b
MD5 6e377a69c08f705383041fceb5fee40a
BLAKE2b-256 e1e88799dc69d6771539191cb4ee32da1ab7c69570c4ab5491534141bda5b710

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54769a4e20e6b29dfb5df8d06be25a677eaa5c7ae3a451f7062241addcf0b38e
MD5 3f863496b848d5f13e22cca12c98b770
BLAKE2b-256 c3fafda4f9908505de223058a9785e58622b72b5839a9e1d1d733d6d0130fcff

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0a6df847ac350a891bdac6965adbc074997c0286ba639462c00e4bf6d1231d5
MD5 48b8a83f5c450c246cb65d4685d46146
BLAKE2b-256 15fa1f87b6e27ed29f401c831960b57142e1aafb558865453226a19522c417c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eface8a4ffe1b6cc5eae241a3536cf315cc36002e29e223362f506434e28005a
MD5 0dced7aab23061c676a49d6be993f653
BLAKE2b-256 c306fc80e2c9c9aa92494937126203c938f55c770132a3816eb7ad32d883427e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4599601de8c2c975bb4e0b19dfbbd17f3cf79962b6f4376c99223e0d0525356
MD5 663ad197171e89d1c8b9581c4f5b8fed
BLAKE2b-256 fe455edc63432b047f9b0ea23729cc63b203a4c1f213f0fe9f88ed9cc2010ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f7856ba633cad934740762de418cf1674315b15ed6adada0719b05329c2265c
MD5 fd6a8dadff0a58e24778085eff6e8ea0
BLAKE2b-256 626088d2b24b9cb49f1a812f5525cff85ea9d5a41be4969a3e6cf4cb8ee1fe40

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mim_solvers-0.0.5-1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.0.5-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 706764424f3f61708cd154f7b505aa181760210e9d6dc91a81d8e0838008c880
MD5 6736513baabe522bc0919a9501be1602
BLAKE2b-256 b862b0bace5fb22090ce9804250168d796bf2a770b1dcb0355a42c035a30f425

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.0.5-1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/mim_solvers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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