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.1.1.tar.gz (929.7 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.1.1-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.1.1-1-cp313-cp313-manylinux_2_28_aarch64.whl (964.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp313-cp313-macosx_11_0_arm64.whl (759.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mim_solvers-0.1.1-1-cp313-cp313-macosx_10_9_x86_64.whl (931.5 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

mim_solvers-0.1.1-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.1.1-1-cp312-cp312-manylinux_2_28_aarch64.whl (964.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp312-cp312-macosx_11_0_arm64.whl (759.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mim_solvers-0.1.1-1-cp312-cp312-macosx_10_9_x86_64.whl (931.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

mim_solvers-0.1.1-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.1.1-1-cp311-cp311-manylinux_2_28_aarch64.whl (970.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp311-cp311-macosx_11_0_arm64.whl (758.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mim_solvers-0.1.1-1-cp311-cp311-macosx_10_9_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mim_solvers-0.1.1-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.1.1-1-cp310-cp310-manylinux_2_28_aarch64.whl (970.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp310-cp310-macosx_11_0_arm64.whl (758.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mim_solvers-0.1.1-1-cp310-cp310-macosx_10_9_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mim_solvers-0.1.1-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.1.1-1-cp39-cp39-manylinux_2_28_aarch64.whl (970.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp39-cp39-macosx_11_0_arm64.whl (758.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mim_solvers-0.1.1-1-cp39-cp39-macosx_10_9_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mim_solvers-0.1.1-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.1.1-1-cp38-cp38-manylinux_2_28_aarch64.whl (970.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

mim_solvers-0.1.1-1-cp38-cp38-macosx_10_9_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: mim_solvers-0.1.1.tar.gz
  • Upload date:
  • Size: 929.7 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.1.1.tar.gz
Algorithm Hash digest
SHA256 60f94574c8b967eedbeef3eef223e9b15a8e8e56fece4361bcd32466bcd8a896
MD5 6b6a2563b31cde16aa1ac9e676efb82f
BLAKE2b-256 60f79cea684f9a6c03c1e2b189dc7baa735c8428f9913e2e0c373f3178b17023

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1.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.1.1-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42f1fd1da953a290ad790bb453fb4bf831fe4421727b05816c9b55340cc2c70c
MD5 85798946dd6ef3e34f112d04cd2e5192
BLAKE2b-256 0368d69da88d15eb2e194238ddeb0733b75ae5157e5dc30e6059a9f8f9f5dd1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 863c85694d1f1fed9f0ea075a88b89b8b0d9dcee5061567ab639bd7ec67cc384
MD5 37c12138a458586df5a9bf2e1e1a32e6
BLAKE2b-256 8f74aa3d013b491359ebb8e053db7d6413bfe8253f7b281e8ae16e032c34c7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0970fa1115969c00f15e27aa9b1ee8913aa1bf74a70fd8c6cbb143af1e12c50c
MD5 bfd79ecc64c7654f0540fde99d9f8172
BLAKE2b-256 9bd2f75d9da1b5407dc28d472b9208e85d3c65125a7a208306d7bdd9825a374f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad9a60f97c44092204d70c774833adc560c5ed9e4e780fd22fb5f37c4bc76c83
MD5 dfb51fdccd7d27b219159f33285d2397
BLAKE2b-256 c23ec5fdd553b7a891dd5789b2a42c323815c07bf3cf41ec0689adba3b21e1b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9998365c3e7778ec1f4be10985a38ad429de5b18456468b6cfaf32b4f54a79f0
MD5 f9e5398ab8719553f498c506824f5f85
BLAKE2b-256 6e283823afcd6f7fa7d2f9e3408ebb5227ce76b1bfa6a917fd572f4f17bd477e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 300daa0b61fa164c3292824a2faf422631e44a549e7fbc62820f21e0c126fe53
MD5 0092ad37197ee47a4c5a47718b588d41
BLAKE2b-256 12aae6efa176a293de33016cdd1d35af513753aa952e1708bbe2b8f98bae4116

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33ae70fe6ec8a86698f285cba9a2281e84e2996e24b1c169666826ae6f8f1f31
MD5 237da731da27b9c33196e0e6c6e8a6ec
BLAKE2b-256 900b65745da52a55a6c4fd6f6566cf11392ba239774de463398a8f7e157975bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5386718e67ae6982b05cfbd6b63b4e5452c098d2163b011172d716b3c5cf71f
MD5 727c964edf3d2b46549224877eef411d
BLAKE2b-256 ff3637607c7fe0d6fdb9dbc61a7367cc74a4bbbe41af7a8dc277d96ed9ae04f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33a63ffdb7a86d115bef4873f132e6ceac5fef802f1905ec6187dcf730849a3a
MD5 fefe108b62f746c77cf7140d2ea10979
BLAKE2b-256 9f236762fb20ad1509643d88fd47179215220761bf507e5900ebcfc59e8bdbfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49872a721539c2a66c82400fecdbf2da0ba9e32793d67dbcd1338002aa39f6df
MD5 4223647735475b03e924c4dbc1e8eeda
BLAKE2b-256 9e07d71eb9587483d5b510c1fd2b1be8957bca718083cb64f531a06c9be5a994

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b388f4f75fb7371a10985aaf6c497b51e1002a409b00a5b754210116f1743b78
MD5 0436a32fedaba25da8c32c590ce9a068
BLAKE2b-256 c74a1a12045f05492a827af0fc5a06ef0ebac170815417e7f82526c64c8ec8b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb7cf1e1fc1173f47dec9c54bc55ef7bacf93249dec5f2171840400eb352fec0
MD5 01c999fb8dc771754e71d14f6eeaebb3
BLAKE2b-256 2c70f45798c9b10dd622eb24a344218d55519032443ee260264ad5727ec5f518

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a609f984e1bdbb235cef94b7c01d00eceb752ff7c3bcf6d3d9926fedfaaaeb09
MD5 bdd860ff1f35896b8d1ca673bf77a230
BLAKE2b-256 f79fd7605dcc316757647c9b5c940acdbfc8409350adc714d9bc606a785361d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f1eefc8b646c8385590ef7303bd200efa5af589403f1570446977c2af33a17e0
MD5 fff71a97cedafcf92cb1d9fb9e895f5c
BLAKE2b-256 79188d5c94de6ad3a420628dbe51e122641b91fefb3afbe1dfa6d9f3065f87ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7252aaf42f66a8092d06acaaa5dc70f288aa8b75af4fc9d3494752b3cd92cae0
MD5 7b9a37c97f99d2fee98b341810b3dd4d
BLAKE2b-256 9a8225206ad23a84a45631f4ac43c16c275ec37a194ed71a95c5a7883aba828f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c44f9c81f17d6627d395a907ec66ea9fd9408ee644da39cc0da50c47ec47bf72
MD5 a0d627a413da12b4609e4aa1ced0b2aa
BLAKE2b-256 d20a2561740dcba9e6c7d99912ca6257fb922e4706b545ca0f00ee85369a427f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaec4b8a95afea26b49b0cd65b9f434ceb7cd7cdada60d58b3e840a9dea7f078
MD5 c932591050d5d995c83413a2da8beb3c
BLAKE2b-256 6dd560cb5c685f102acca82e633d3d89f32fd1c61cf1e1556ff8314ee0a69976

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc14ae212e9970b2d45944531f0518fe42eed9e45823db9a4c108c4458156857
MD5 49b6a11a908c735adb0955edfbb41d62
BLAKE2b-256 3c2fc9ac97097dfdc335a36a57e724299d58986d9623143e0e09e1bba3a81374

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec44d315607c14a64b8d4715419353b9e31d730f46828bcc16976fe80fc4c692
MD5 559b3e0a5a1776f2e34780d8be08d680
BLAKE2b-256 6879ccb5c5d0c2a26a049ef8c9a83a916b3f58359660e23a18ac7797b2140815

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19c67c3864097906e143608b4529f916ae3d6e7042b85ff66236776779845539
MD5 68285f119ea8c4f49de5c80db0438d0f
BLAKE2b-256 3f60e48d2c133cb2214b71a7de73e6088f0b5af070533b3490294415d31fc4d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dd9eef93866c8cd6afe9fd44ed49d11764d43f5a6c6d224bb7ae56901a011f1
MD5 f34d66f2c904bf65bbab0e6503dfca06
BLAKE2b-256 016331746c3fbbeff4172e5bcb9546170e85a260a31dcd6b72f0e11deeff5be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e91598b857102515b8532c72b7ddd9e767e945db27a8e47e21b1192ec7e7b143
MD5 e494db3503c13bf05224a11c9e9297e6
BLAKE2b-256 a9682f5379b93c6d0521a2e01ed5a7a743a7de858cb5ed4cf66c00f441085130

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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.1.1-1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mim_solvers-0.1.1-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac825efa6070e08b71329af6632cd2e99497a70e3d632a8f6e81fbe485b8b88f
MD5 cc3a3ba908e78db2159b87aa496052c5
BLAKE2b-256 09f8caeef050493c53f23d6d9f86d3eed63614867ffc782d1c371d382f9f047f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mim_solvers-0.1.1-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