Skip to main content

OSQP: The Operator Splitting QP Solver

Project description

PyPI version Python 3.8‒3.14 Build

OSQP Python

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

$$\begin{array}{ll} \mbox{minimize} & \frac{1}{2} x^T P x + q^T x \ \mbox{subject to} & l \le A x \le u \end{array} $$

where $( x \in \mathbf{R}^n )$ is the optimization variable and $( P \in \mathbf{S}^{n}_{+} )$ is a positive semidefinite matrix.

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 https://github.com/osqp/osqp-python) and run pip install . from inside the cloned folder.

Documentation

The interface is documented here.

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-1.1.2.tar.gz (57.2 kB view details)

Uploaded Source

Built Distributions

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

osqp-1.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (355.8 kB view details)

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

osqp-1.1.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (330.3 kB view details)

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

osqp-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl (318.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

osqp-1.1.2-cp314-cp314t-macosx_10_15_x86_64.whl (336.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

osqp-1.1.2-cp314-cp314-win_amd64.whl (322.2 kB view details)

Uploaded CPython 3.14Windows x86-64

osqp-1.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (354.3 kB view details)

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

osqp-1.1.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (328.8 kB view details)

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

osqp-1.1.2-cp314-cp314-macosx_11_0_arm64.whl (309.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

osqp-1.1.2-cp314-cp314-macosx_10_15_x86_64.whl (328.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

osqp-1.1.2-cp313-cp313-win_amd64.whl (316.7 kB view details)

Uploaded CPython 3.13Windows x86-64

osqp-1.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (354.1 kB view details)

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

osqp-1.1.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (328.2 kB view details)

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

osqp-1.1.2-cp313-cp313-macosx_11_0_arm64.whl (308.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

osqp-1.1.2-cp313-cp313-macosx_10_13_x86_64.whl (328.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

osqp-1.1.2-cp312-cp312-win_amd64.whl (316.7 kB view details)

Uploaded CPython 3.12Windows x86-64

osqp-1.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (354.1 kB view details)

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

osqp-1.1.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (328.1 kB view details)

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

osqp-1.1.2-cp312-cp312-macosx_11_0_arm64.whl (308.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

osqp-1.1.2-cp312-cp312-macosx_10_13_x86_64.whl (328.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

osqp-1.1.2-cp311-cp311-win_amd64.whl (314.8 kB view details)

Uploaded CPython 3.11Windows x86-64

osqp-1.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (351.1 kB view details)

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

osqp-1.1.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (326.7 kB view details)

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

osqp-1.1.2-cp311-cp311-macosx_11_0_arm64.whl (308.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

osqp-1.1.2-cp311-cp311-macosx_10_9_x86_64.whl (326.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

osqp-1.1.2-cp310-cp310-win_amd64.whl (313.9 kB view details)

Uploaded CPython 3.10Windows x86-64

osqp-1.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (350.0 kB view details)

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

osqp-1.1.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (325.7 kB view details)

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

osqp-1.1.2-cp310-cp310-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

osqp-1.1.2-cp310-cp310-macosx_10_9_x86_64.whl (325.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

osqp-1.1.2-cp39-cp39-win_amd64.whl (313.9 kB view details)

Uploaded CPython 3.9Windows x86-64

osqp-1.1.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (350.6 kB view details)

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

osqp-1.1.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (325.4 kB view details)

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

osqp-1.1.2-cp39-cp39-macosx_11_0_arm64.whl (307.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

osqp-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl (325.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

osqp-1.1.2-cp38-cp38-win_amd64.whl (313.8 kB view details)

Uploaded CPython 3.8Windows x86-64

osqp-1.1.2-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (350.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

osqp-1.1.2-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (324.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

osqp-1.1.2-cp38-cp38-macosx_11_0_arm64.whl (307.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

osqp-1.1.2-cp38-cp38-macosx_10_9_x86_64.whl (324.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file osqp-1.1.2.tar.gz.

File metadata

  • Download URL: osqp-1.1.2.tar.gz
  • Upload date:
  • Size: 57.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2.tar.gz
Algorithm Hash digest
SHA256 fdbfae1f642b0f30538fb2599b9e61c5a8bbecb47268a53b5167019dbec12f46
MD5 89fc8e9afdb18025afaa37ce0ea8d59d
BLAKE2b-256 0472131d051d183f2a6226d4dbc4d6a5638aa4e4b3de868abf102caaf8c0f718

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57eed7f3a940726e87d8064471a366744063e7f3d4e607bc6b934d918f2c4bd4
MD5 2f3484449da2ec37851a0bb02f8a7863
BLAKE2b-256 067bfc763af0455c314a1374dd360dab7c2fd1bd65154f2cdb6f861518c04205

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c0a84085ae8ac085cd413fa73fe1878679c597b49873bc6f431f076126ed590
MD5 89dc664ef4cdd6f6e742e1b549f9a73a
BLAKE2b-256 f9de530826afbee852723d5c8ea583039e87b3307c10258c3805c7e819d54d86

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cceb8878808aa2dd1810a2b70a789adc2805f6aaf37a2b0a726ce3e94cee04a
MD5 bbb278429f89ec3076eb7b4be9778c73
BLAKE2b-256 995e9ac97ce9c282e0c09b7ed7f949ffe1c201404d6b16848ab84559e2366400

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9543acb8cec9946d2fa3a8040b65611289abf88b618e6ab0022d24d30d589283
MD5 935bd973a31754de90d841a03d4e63ee
BLAKE2b-256 36c7f6e7abc8cd581ba3fcd866c2ff7fa157794bc1c547cd34b85b346dc6c2be

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 322.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5db0bacb2e6bde53bc8217dcdd78ee2a4e4125a3df887ef3e92e38ff87899dbc
MD5 4f0f5576758f71e3805c1d2752261541
BLAKE2b-256 d9c6234a2bf15c39f1fb68e5b0c2f6a310e8bcdd489d0730f2364a99c307a4cb

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd08269ad7dc3cacd5ddb94add3c486db52bc96315c96a0fd1e3540dc4c9c3cc
MD5 61ce24f7911f8e0e6113096c32e18431
BLAKE2b-256 14535b8236ecbf4f4d378e0177bfc83e52c68b10ac2ff46bc667a5961c33169c

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df1aa1f467f831c2c43bca306e875d6f751880d27b95f111630d9ca56f890fd4
MD5 24bc38b7b0d07c5a618fb0e46e75c7df
BLAKE2b-256 3fd78b0af9acbaf237584d8c64eeee82626a17c92cd1d0fa2e5185eb7ec3ee9f

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8be9a3018553dfa796b513f087e4a32eb312e8ec23ebff8cd8afb3456cd27e4f
MD5 830a3c8487bf9e50686483fe86db0564
BLAKE2b-256 7f690273ebe244ac24f7649961ab9a93c31f03a9efb7f262ae744325dfd8182a

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0e3f5a17071b0e9502768845bfac2f7216e756b67687cb730ea3c4b3e5b30e6a
MD5 cea671761ae1cd813f21fe5413308fe7
BLAKE2b-256 ed6661acccb7b4ee7c8f028dc7f379e305d7a4eeb554ff40f8435b217d4f5f76

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 316.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7d6c9dd951f0cb7db94b4d4a2dde460421460c0ed8ca3853b4f2cfbf7c8708f4
MD5 904e4df95652b18789feaa3f4083e5a1
BLAKE2b-256 1ec82d99d31200e4894156b04adad8cded8955e25e6237864004db9926f63ca4

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 609fb5bb6433278977b2e670931e25023aaf29a695fbfdb107facadea74b592f
MD5 a9c949ccace91f9457e75d4bce30504a
BLAKE2b-256 92e634680a7323c968a4589de44fef25e3a7f68e1ab508e717ae3db61d7bf91d

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a020ed889e6f87c174b47f14b8a949ef2cbf50b07837c39094339c364ddbef64
MD5 81c7842247b92c39043d7bdfc6117bbf
BLAKE2b-256 7233033c6e29c2bd0952e0ea9f6a237001195cb420f287d276613c1afdfd583f

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b10045cdaf4265614178aedc0d2b8c78c53e13ffe8aeff349c3a84a13ed2d496
MD5 2fcb7f4af1afa80598702ee6f785f73c
BLAKE2b-256 ca0d48b864acfc66f50fc1039c09d328c36aeb4cc0ebf7cd6f83bd3770967a60

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5a0769240ff07e65e20bed2addffdd40d2ec0df5faa5acb74fc4c8e04c149be8
MD5 1b5316f9839a57b024b1d351a1a6165f
BLAKE2b-256 f236aaa41291483dd369cea2e5783874fbe25924b09e16885134a82fd5046b3c

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 316.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e0a5018fd05254efe4f030ce12b005174de5af4af1da380cfc81ac20a6cb9b7
MD5 4137e0a7ecef350544e4cad64261a44b
BLAKE2b-256 9af738c5a8eb5c7bacb427f5d492d43e4a4c21770c5cee3e0eb363f787903fe8

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09570f241e3279aef6cf372354ab179ef74462df8be16f211007e0e126505fde
MD5 f16cce236c2d46d945c6bcac8886ec15
BLAKE2b-256 749d23ffd36756b140dae47823ea3f386327bd7e755d23a92444d62ad3e0d60f

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee18c601921b0ae4f17a5e90222974c625c58fcf147ea348e239ba79882fdb55
MD5 c319ffaff05fec25d31ac2d8bc0b1231
BLAKE2b-256 cad43152f28379f54a32cb6330287393116cf6d2b2e08c98f1adc12c2b9dec1c

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2df2f4c3462416271055362042985a6a0192ab35ed6a91fb89616e926059aa4
MD5 7675996eb50bcf3fdc8547b016390a75
BLAKE2b-256 82900b723e164617f5fed3212915b342bbe7826809de78d2f9ac8549b6d82f2e

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f95c25cee72af08a6b7218af98f626b868795a2017d54879a1a5d3ad9bb2e47
MD5 0c0e6496686df5571404a829e19e7fd9
BLAKE2b-256 cecb8796758c267c21ad4b0ea5f236cc1e1b3c8c914ba34dd5b3dad3a8d835a5

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 314.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cb3a2dddbc9ae0c868219b298ff6b63b5c125d868b53e903a1237634c821cc32
MD5 52b3b3f4d686a1032fedd50951af7dc1
BLAKE2b-256 d77f2806af88acb54b75c5949f42ecc01e9330eadf1184702875676cc05f517f

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d23390a258314ee118940d37df7c123e048fa02d0f75e83e2caec6f45dac8a6e
MD5 621641404bcc4ad04bed763d740745b1
BLAKE2b-256 014c2157f409f09f76638efe28dd0aa0c70cd465af6cb7dea4db5822312781d9

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e3248307c507cfe485b12dabbcdc7e2439eaaca1bb4c1d502ae8460952b1cbd
MD5 55c535a7546ff559f8de9d5550b156ca
BLAKE2b-256 fac0fbd2603c19555f1134644acd31a4df3978512d5f9ad971169cf09aadcc55

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28b9b278d24ad394fedc5c00792fc6c68c03fb0619e7ea6e5fdccbf9126212e2
MD5 dad25135cce8ad98612c1a272bc178f7
BLAKE2b-256 bc03b312a63bf55bdda336f685631f91ddc5be77813eee2c93843b94c73a3ab4

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 041bf06c01b4c822ac1e780a0b8fe567c21b23c7fc4ebc422eda911e95d46f28
MD5 6dc01dc77cbc045905a1e28e57cc4972
BLAKE2b-256 fd076a1f073caf05c4da8b20982e307e073f97a9b05d8aec117ae22532ea2038

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 313.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c43de0292d114d3e9dd7d7c81619c03eb19567bc476c212571499af2a1e6a9d9
MD5 23aabadbbffb24a8dcd1688e0551ed7e
BLAKE2b-256 419520fb304febc339e51c3f977fc8af48e90397f2cd4a445eaf4eaa26ce5814

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5231cd46a228a32a7e8c740420a30162be7921310d9eafd7ea74788ac947f2f
MD5 4c25a212bd9dff121b92ba4a93084669
BLAKE2b-256 2e3818ff4dc2fbe840de3a0218d9fe25881ab5d3224e5f77fe7edfe466b14b59

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2307eabb50c4ef8e8ace0e720e2f86b761ef3444b66c3cda7b953003e9545f1a
MD5 dff4a31d8d008656c19140fc17832570
BLAKE2b-256 70c8bc92f2409608d580549232e37d806fae813f24cc003f6d18e34e8bf42442

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b74ed4590047be812c19ec7c9e48c0302b40a7c02d1fca5a495b72f102cf0d8
MD5 cc8d66bd64e1028eb8f3c96cf5468dbc
BLAKE2b-256 2418ff6d76a5012e4a0f6e9edb53462fe8b378593ec3f3b33b5fc341cc486ace

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3dca93ce544041eb0eedb28a419ad04dd5dd9b22ef0a1277bd2706bcd5ecc7dd
MD5 5b5fbb6e1fb59c92a9b30266b1cb4578
BLAKE2b-256 737753f35f1f7b44b9a2724dad255ce8910c6956d8ada94627f861c222532201

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 313.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f1d8ef316226f949fb4ee32a772908b939f1f0eff6ea2deaf81e14dfd20a4321
MD5 332cfa7474523b1fcab2d329491a949a
BLAKE2b-256 51f73700c3650ee76fd713deeab2d5190efeb2d802c2fb71e242786c29827a7f

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75ffa6ae83107a5728c29de98ce18b47b75e2c159b8dc4d49d29379c22f9fab9
MD5 d8596390a26667ef37a64d1aabdcf633
BLAKE2b-256 1a422fbd33e1103c39fa7403b00ea05df2dd0d4a84dfc65bccd2c5b4e5f1d3cf

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34997c3b5d0ce4dca70e3995b2b4b5c71585a310251d7330c31563caa1f5fcaf
MD5 65b8ddfa04edff09ddc4e0a7e224ca0f
BLAKE2b-256 06a135633e71f4f60c5a7cbee6058d8642f5cbd4904c20ce19e434702715a090

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 307.4 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf70278a62e0ced5e9d5a7e2356b0287905604172b5cbcbec86235dd44b71e8c
MD5 3b9338e6b3c7cd3fc5a6a2951251d09c
BLAKE2b-256 a7ce013ea48f4f5d13673e5dd9c4045f0a129d77e596c4b8f092037e4bea5511

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 325.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 950b86c8a748bc79faf76bc72638977d78dde8167251ddd7d1ee8fbf01e3b416
MD5 0f148b651636e93f79af537b4f1d1f07
BLAKE2b-256 09a076b4b457fab10cc6940344ca7539a9dbb99e543f06ce51aea291115244d3

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 313.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 67808293fb6d7238683db30d41c646147dbc152c62093a6b3f8a987aa382bba6
MD5 6a59969929ed02441c0ff8557fadf968
BLAKE2b-256 87bf013b90f5462c3a92e2439286f7ed9eaa4fe24b07b37f8e36fbedeb47a704

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91830bb9e4b44cd02ccbf85c99358602c74bf6ddf160046461b34623dd361c80
MD5 3fedddf2355f39a3610ee05ff0f990be
BLAKE2b-256 6bc9b4c9673ee4d6641a32ddc1d2cdba813fd71ac1a22fde9004261ad6d3eb1b

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for osqp-1.1.2-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2cfcc05f1f405f7b690b8604bff129923a9be55f9608a3113587a7f9c9302a0
MD5 48ea27dc59a69b6890195a02542affc9
BLAKE2b-256 e1e8e76446f7e4d6bca7bbbbe08c741802acb79f0dafe480af49bbffcfd177c9

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 307.1 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cd1e58d01eae1854fdd44d1d8aeb7b063e8c973a2cb42ecf73cf0b6171ab1c9
MD5 773fff72d18c1a99f5e9c265e47fe651
BLAKE2b-256 851384639b69f5392c2d3149a5aff10067b034752ced867f975681ba27350e0e

See more details on using hashes here.

File details

Details for the file osqp-1.1.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: osqp-1.1.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 324.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for osqp-1.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6f93053a72a57cffb35e7720c956f5d9ce190a738d47bee48152356cd6605db
MD5 95a4bb4b737be50baaf9855a54e1876c
BLAKE2b-256 cc67b583f60667ee45a3134bdd62335eb4fb4253c05145eab5a870bc349f0f9d

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