Skip to main content

OSQP: The Operator Splitting QP Solver

Project description

https://github.com/oxfordcontrol/qdldl-python/workflows/Build/badge.svg?branch=master

Python wrapper for OSQP: the Operator Splitting QP Solver.

The OSQP (Operator Splitting Quadratic Program) solver is a numerical optimization package for solving problems in the form

minimize        0.5 x' P x + q' x

subject to      l <= A x <= u

where x in R^n is the optimization variable. The objective function is defined by a positive semidefinite matrix P in S^n_+ and vector q in R^n. The linear constraints are defined by matrix A in R^{m x n} and vectors l in R^m U {-inf}^m, u in R^m U {+inf}^m.

Installation

To install osqp for python, make sure that you’re using a recent version of pip (pip install --upgrade pip) and then use pip install osqp.

To install osqp from source, clone the repository (git clone --recurse-submodules https://github.com/osqp/osqp-python) and run pip install . from inside the cloned folder.

Documentation

The interface is documented here.

Packaging

This repository performs the tests and builds the pypi wheels. Conda packages are on conda-forge.

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

osqp-0.6.7.post2.tar.gz (229.3 kB view details)

Uploaded Source

Built Distributions

osqp-0.6.7.post2-cp313-cp313-win_amd64.whl (293.2 kB view details)

Uploaded CPython 3.13 Windows x86-64

osqp-0.6.7.post2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300.1 kB view details)

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

osqp-0.6.7.post2-cp313-cp313-macosx_11_0_arm64.whl (237.5 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp313-cp313-macosx_10_13_x86_64.whl (251.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

osqp-0.6.7.post2-cp312-cp312-win_amd64.whl (293.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

osqp-0.6.7.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300.0 kB view details)

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

osqp-0.6.7.post2-cp312-cp312-macosx_11_0_arm64.whl (237.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp312-cp312-macosx_10_13_x86_64.whl (252.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

osqp-0.6.7.post2-cp311-cp311-win_amd64.whl (293.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

osqp-0.6.7.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (298.3 kB view details)

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

osqp-0.6.7.post2-cp311-cp311-macosx_11_0_arm64.whl (237.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp311-cp311-macosx_10_9_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

osqp-0.6.7.post2-cp310-cp310-win_amd64.whl (293.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

osqp-0.6.7.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (297.6 kB view details)

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

osqp-0.6.7.post2-cp310-cp310-macosx_11_0_arm64.whl (237.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp310-cp310-macosx_10_9_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

osqp-0.6.7.post2-cp39-cp39-win_amd64.whl (293.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

osqp-0.6.7.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (292.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (297.4 kB view details)

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

osqp-0.6.7.post2-cp39-cp39-macosx_11_0_arm64.whl (237.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp39-cp39-macosx_10_9_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

osqp-0.6.7.post2-cp38-cp38-win_amd64.whl (292.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

osqp-0.6.7.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

osqp-0.6.7.post2-cp38-cp38-macosx_11_0_arm64.whl (184.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

osqp-0.6.7.post2-cp38-cp38-macosx_10_9_x86_64.whl (251.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

osqp-0.6.7.post2-cp37-cp37m-win_amd64.whl (292.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

osqp-0.6.7.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296.8 kB view details)

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

osqp-0.6.7.post2-cp37-cp37m-macosx_10_9_x86_64.whl (251.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

osqp-0.6.7.post2-cp36-cp36m-win_amd64.whl (190.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

osqp-0.6.7.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

osqp-0.6.7.post2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

osqp-0.6.7.post2-cp36-cp36m-macosx_10_9_x86_64.whl (190.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file osqp-0.6.7.post2.tar.gz.

File metadata

  • Download URL: osqp-0.6.7.post2.tar.gz
  • Upload date:
  • Size: 229.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for osqp-0.6.7.post2.tar.gz
Algorithm Hash digest
SHA256 f005643380b255aa54a31d67c5981d635c09ab94ea020350d8b17f057b0ba46e
MD5 3e3332a37ce1bcaf4c91eb391d65e98d
BLAKE2b-256 619f1aa1351f3bd910fd14c139a1144e9303d9789e27ca0f4e55284ab096031d

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 939df6c8999c23807761683a96c814a290ab090e9aaf3f5adc0320962c43101d
MD5 fb9fc277f7600b672f399e87ab061865
BLAKE2b-256 4c7a04357ecef8d813eda484ee67bfd9ed8e0bac0f94cb9a8df5487b2f454a66

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffead6d83b9fcb6090344e85410c00c63eebaaaee8af116672d7ee5ef1e0ae8d
MD5 e96b3d7ed20d69206833e05f547d4b53
BLAKE2b-256 21a5407be9dd4e5c0ac6712a02087b383c144d8412c96239ab5011df777ed017

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e53621bae29aa67dc56a682a0183bbc0f9bbb572816b67575de58c5c92c8694
MD5 c40db210ab55ea085976c6ebff8c91e9
BLAKE2b-256 a12adf8365557dda3413a029d3166de2aeb67f4af4db5cf8cd2506a80ce22dab

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b44adf6fec64af6add4ae0289f124c667e72b3475056d461617936b158fab0c
MD5 2b98af0c9359fb0fd4393694bbf39c05
BLAKE2b-256 d4c3a7c6bc33dc9d2b486b38988e9419bcfb60fdfd65b462ad0a61ef31217a91

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 77e971ac5c8a6a572b8a6e83a5cb1f897256ff88e90f53c074295ed97b461e61
MD5 44fb31f896d36faf7e6a491e23ee4d16
BLAKE2b-256 c31a5e6ac5223a67018a1701489308c54903e5192f6b57929b89e3170ba2563d

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75769acbcd7ec48f7d8329d41905af0a82fc6a2de32de4c15eec5f1c379f7d71
MD5 3cf2c03eb267c981d2d9d3255b2e9a31
BLAKE2b-256 d850680bb674ca6dcf4b49aadffe86427a72681d7eb7eb41527ac3ae8419fb4e

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e02a94bcc09fee1e30785d539dd13207e7c26095984caa1e275ce43595a4776
MD5 0ee56aebab61625bbaf38e9599b7bc45
BLAKE2b-256 a9163120f0bf26636828819686e1101460f8f8cc4355a0caadec4ef3eb3b8eab

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6a13647d96fa482618631070994bf9bfa39d15c4b7809481a492fdc3eba240f
MD5 f19630098c4ccf7541577ee384b4284f
BLAKE2b-256 f25b0a6dc0bdf546ec4d354732e6d378b6dc29faa200473cb46825efaaa11723

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6682b2a911e0e0382b6b9875b91b19adbe78611ccad90696c2cce10b4591d9a9
MD5 43f52a5a069a33d519c3b710cbc5f544
BLAKE2b-256 bc11938927da3aba2795c66701c0589769f4b639051435560fb853789a21bb0a

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1c12219e17c16c54cdc4b541e7feb045e75cde1fac94b5959ffaa8d37fc54532
MD5 242c3830efc1ae51b6c7566556c98fea
BLAKE2b-256 298ba802cc33e86c52475a040dcae5353d7af1d6690a06d5408d4d1cc2992883

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f799b553c7c3e60903e015d26e72aed0a78557e582668cbd0ffd54e0f66c244
MD5 fbeb2be8ed70aed0b189b13e8d96d395
BLAKE2b-256 6b163c5cd3af0b240a39e66451791dd180940496ed322656c928d8fdd3db6acc

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10562a66e1ad4b82973dbc3f43e0fea1390cdf659f1045526d1b567a53783b5d
MD5 15aa81503ef8aa7594cad2c06f4e762d
BLAKE2b-256 8f5e8187e5c308b0c7ec8514d07be9710f5ce9d602f650cc69e15dc7a5780d27

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f487d188cbdabbf1ddbfdab82c236d7b3c7c5370257adef5847c5928a04f82d
MD5 48798e1c8da1b9c8f145222225d450c3
BLAKE2b-256 cef77291f98354fc4dad97ffbc3bb875382d7e4bd8e810034121a1e287d7d658

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d95354cb647efeda1984d716ec246533c93b200bc141a3d73907ae1dd37288d0
MD5 3051b53ce34c5c5db5c26819cbe6c3a9
BLAKE2b-256 e8d172ea34b31cb0bc373c0ac902731ba45ad33cf2225758efc61b648238f1f3

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6644528662b8814b2683ba5b5058f09b4eeab1ce42aad4005b6e2ff672065188
MD5 6372068df43db11ee8c72bf91efd976c
BLAKE2b-256 ce22fde84e2375fe06f09bcfb804aedfa8510956dfd9dd9583af14b8f1960bac

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2b21ae9dc9080fef6479103818b3ec7c2c2d33e825bff3407887e64e943a6648
MD5 9bd4305e3962e28c1550626d662f10cd
BLAKE2b-256 07021b95933659334186c6f11a37790e5a19925e8c9c0065c06307d33c61db63

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c1e7988e30cf411a1f56e435faf376b1dfd01ba145344f09bb64e288b4f3323
MD5 45fcc126b35087cb0f6f1f30a2455eea
BLAKE2b-256 2d61b5f827adfcba0d4a6f621f13f4572eb82cb05bfdd8530a2c869bf84c2645

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a389357f9cdeeb31dc268d06d58584722eebba9cd21406bcddb90e6337e855e
MD5 9a8aab754390693cf692325c6544b8bb
BLAKE2b-256 ec8ae808e00e212255292979a5c23ed6ff25006980ddfc28b2c68652f4c046b6

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc1fd6f932acedf1fd12b7cccf9874a207a7f94723c99e08bfd7a1e82d47d27c
MD5 db668e30790c9e01c5dcb05d715fc48c
BLAKE2b-256 9c471d34b82c7cd27f9fbf389e6ff19cdad0cb2fb15aa22a76342672d51633e4

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c076e7b0b1ee83bcdbcf8e7ef1727d8e93340114c79b4a62bea7595ec1cde276
MD5 06d2b27ababf8e9dfe51066cb43acf95
BLAKE2b-256 571a19e1f34b35d8965f4d0de983642bde45fe18cc9e6391b56279f339e0bf84

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: osqp-0.6.7.post2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 293.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for osqp-0.6.7.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5e65c736f1dee26036b4617ff17c0137ae1c18a131d6787b8de26233623c2787
MD5 718ed17d8c51f4d41a498a71c25985e1
BLAKE2b-256 4fc5713f7dad40f128057109d49ab6c556281a04585f63f0790b7945bc906ff6

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc6415d662b85672cd260432ef42282ba1642b6fb03a303ffa2ce30835162ea0
MD5 d2ca3c845994f2a12d67f33f564c9427
BLAKE2b-256 0f97c6fc3bb639c0daa701fe5064becf9ed9622d460130d15ccae299ccdf1987

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32accb21ee51fc6bdf522f55ead54782f6b6d89cfeccf1c69cd9f3a24fc11b44
MD5 eb05311ed6507ec3fee30315e29e2f2c
BLAKE2b-256 a3ff0d655da4394a722c5d8377639e533d1fce048e92ecfcfe6c42e9c020f5a7

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38db7c0ecfdb28b3f031916190d246e081b6654f5782fc0f054154cb08492b8f
MD5 e45f23bcf041bbab6571a43d501c2870
BLAKE2b-256 6de509a5fae1864dfc16649bcc080191527a198c2f708b034c95c1d25f3472fd

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f84aa00b77560a444ef45c740bd503e4086c2ba75d7afa2437ef465bac0bb5fb
MD5 c62b5547aef7ccb0c665ee243ef9f4dc
BLAKE2b-256 f2e35c7e0427829d2fe1828731bd9e10b9a2fbd84fbfe8ec66736bbd5b1e1fb2

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: osqp-0.6.7.post2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 292.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for osqp-0.6.7.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fdff70e26b62c6856785a6b8bb0dc940b43e4434fccbfcddc7432cff1989283
MD5 807ac8750dc554844d711e98dd60e905
BLAKE2b-256 b65a669748bb46f8625597992afd805b0593942f366fccd532ab142570f5aa88

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5e6ef8884d9706dc43aa83ba88e945bb6dc31a0c38002f2122b18d1a3481e31
MD5 2c234d66510f573552c76ffe9c810aef
BLAKE2b-256 eec993332c498529a348fa86bc5186d3fc350b03d5a9c4e9c25b76af5e8a2216

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ce46786272b0fb128f7ca0d0684614926e286704a69f729549fdd5d05e6398d
MD5 83d6cc302a1d271d88f133cda997a21b
BLAKE2b-256 242b6d0e63ae06d3140018fb5c22e336d1dc4ee288da34aa7f48b1ae13cd691c

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5195e3a5e266272fdf51b0f93ae486dc592def0a610b689ea6fa15655c7cfd06
MD5 17670f71d5cda4cd2f4f44d7d4a9ea95
BLAKE2b-256 27e2bb7f7dafb0426310710e957a01a6bd939d81491a7df74d236368f8376c4a

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cad57eaa98c121d6153885bee9865c89a4cc1853e67b0054d85dd3efb38d856
MD5 7f6d47c31f44d25a0bb78ff46f78ae04
BLAKE2b-256 ae4f816cc01e87bc428e2aac178cd800f475755e0d7d2f071afe4c438bd99efc

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4b3e0e5fdd6e71714d00d187698551e28e7a14106f324c3fca4b554865ab2caf
MD5 4cce9c90a641a8303f81ff4a9eeeb42e
BLAKE2b-256 ea035e5facd039d0a3b2261d789439aa84bf48756a54d2a1e1f99078d2c5f12c

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a234f08c82af057107bf211067f20a1072d9100cec0c4d5590cc0ee5f8c88219
MD5 2d8f681a4ce7b2cc4aa52b11ebf9f8a1
BLAKE2b-256 1aca68a837635c5cb082126bfad8336250761f185a0b6d430bc4a39b8015f7dd

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c8bd550cc40832abeeae70d28f9e572894a1b30d3d6b288edfebe5cb658c016
MD5 e6dd79a79ee33f877f4ad91899e75a90
BLAKE2b-256 fda6e87169b39283eb5493594c707d7497cd2505736cd2a2597904cbe7477447

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 edfe098e9a3383a3284fdf8c1490fdfc9c7ec408f2b71bef725467d330482ae5
MD5 5f6088efeb061c167713ef3d9a1c8e92
BLAKE2b-256 8193e81c428f229b926d9ca309696d0cce4d7429a1a86c48f32b94a6148603f5

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bbec2402080aec15e03cf2066b2af3feb8343aa323795b09b5b89b827ba4617e
MD5 3a23895e32ae07877759589aa3b86821
BLAKE2b-256 85f17b5b1b6813d5e8149bab5c3a22ca2ea28f829313922030e6a7b1ec55d6f9

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e56fb1350e3ed72c9fdb3f500bf270d78c30f75b3cdd49b2b5a533c3b5b599b5
MD5 81c78cb1d21e902c23894d88f1f9a4da
BLAKE2b-256 bbf96d75fca81ea37383b327d742cceab9cfb5d05ef5587cec31cb05e93e1935

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0569461d4d19c52a71d0d25f717ecb915ae61e36119ac708d25d4374583ab971
MD5 51ffbebdcde4fb3b207cad1b2c06d7ec
BLAKE2b-256 5c28f52513714d05988014813f4f55301d1098e41623b93d45e78881baff531b

See more details on using hashes here.

File details

Details for the file osqp-0.6.7.post2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-0.6.7.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79d91a44c6ece28f0f3fb4129dc4b6937a6dec7ff6a7b86f2c5745805c94cd9a
MD5 abf143827f8809b110a30379e0161198
BLAKE2b-256 14dfef1446b5eccb1572c92472fa8483cd5f71d8775e827f4832aa5fe1f11d0a

See more details on using hashes here.

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