Skip to main content

HiGHS external dependencies extension for highspy

Project description

highspy-extras

Extension package for highspy that enables access to external dependencies with licensing terms different from HiGHS, such as Apache 2.0.

The HiPO Interior Point Method (IPM) solver currently uses these external dependencies to provide enhanced performance for linear and quadratic programming problems. Other algorithms may also rely on highspy-extras in the future.

Installation

Install directly:

pip install highspy-extras

Or install via the highspy optional dependency:

pip install highspy[extras]

At present, the optional dependency installs support needed for HiPO.

Usage

When highspy-extras is installed, HiGHS can use algorithms that depend on these external libraries. Note that highspy-extras is automatically consumed by highspy and does not need to be imported manually. At present this primarily means the HiPO solver. You can explicitly select HiPO:

import highspy

# Create a HiGHS instance
h = highspy.Highs()

# Load your model
h.readModel("model.mps")

# Set solver to use HiPO
h.setOptionValue("solver", "hipo")

# Solve
h.run()

For debugging library packaging issues, you can also query the ABI version reported directly by the shared library:

import highspy_extras

print(highspy_extras.__version__)
print(highspy_extras.get_library_version())

Requirements

  • Python >= 3.9

  • BLAS library The highspy-extras wheels on PyPI and conda-forge ship with a bundled OpenBLAS.

When installing locally from source, the requirement is:

  • OpenBLAS on Windows and Linux:
    • Install with vcpkg
    • Install with apt on Linux
    • Set BUILD_OPENBLAS=ON in cmake, to fetch and build OpenBLAS as a subproject
  • Apple Accelerate on MacOS:
    • MacOS comes with the Accelerate framework pre-installed

License

Apache 2.0 - see the license and THIRD_PARTY_NOTICES in the HiGHS repository for details.

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

highspy_extras-1.15.0.tar.gz (343.2 kB view details)

Uploaded Source

Built Distributions

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

highspy_extras-1.15.0-cp314-cp314-win_amd64.whl (112.9 kB view details)

Uploaded CPython 3.14Windows x86-64

highspy_extras-1.15.0-cp314-cp314-win32.whl (84.7 kB view details)

Uploaded CPython 3.14Windows x86

highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp314-cp314-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

highspy_extras-1.15.0-cp314-cp314-macosx_10_15_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

highspy_extras-1.15.0-cp313-cp313-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.13Windows x86-64

highspy_extras-1.15.0-cp313-cp313-win32.whl (82.1 kB view details)

Uploaded CPython 3.13Windows x86

highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp313-cp313-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

highspy_extras-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

highspy_extras-1.15.0-cp312-cp312-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.12Windows x86-64

highspy_extras-1.15.0-cp312-cp312-win32.whl (82.1 kB view details)

Uploaded CPython 3.12Windows x86

highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp312-cp312-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

highspy_extras-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

highspy_extras-1.15.0-cp311-cp311-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.11Windows x86-64

highspy_extras-1.15.0-cp311-cp311-win32.whl (82.1 kB view details)

Uploaded CPython 3.11Windows x86

highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp311-cp311-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

highspy_extras-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl (55.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

highspy_extras-1.15.0-cp310-cp310-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.10Windows x86-64

highspy_extras-1.15.0-cp310-cp310-win32.whl (82.1 kB view details)

Uploaded CPython 3.10Windows x86

highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp310-cp310-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

highspy_extras-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl (55.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

highspy_extras-1.15.0-cp39-cp39-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.9Windows x86-64

highspy_extras-1.15.0-cp39-cp39-win32.whl (82.1 kB view details)

Uploaded CPython 3.9Windows x86

highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.5 kB view details)

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

highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl (137.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (153.7 kB view details)

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

highspy_extras-1.15.0-cp39-cp39-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

highspy_extras-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl (55.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file highspy_extras-1.15.0.tar.gz.

File metadata

  • Download URL: highspy_extras-1.15.0.tar.gz
  • Upload date:
  • Size: 343.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for highspy_extras-1.15.0.tar.gz
Algorithm Hash digest
SHA256 d0b2b97937e78d664ef6241de1e718c35b1a0b838efe7f3d556824b61c5cb072
MD5 64c68e648005908afa13d7ee3a6e8a89
BLAKE2b-256 188cb20d9b6f7125497a30ca904b2dfd663c7162e8b7173b39618a96ce913c46

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0.tar.gz:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f185ec6a15a9c8ad67afbd9bd8eb4bdd0efc4e40d3ad19eb4cf12ff9d136b23b
MD5 8750c8c0a984af22ac66d07fb8d2905d
BLAKE2b-256 c9df1f612005e4e303acc62193d7323954fb56b67929759b3208cd06a1b048f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ce27b197a9a9d764ea3e0e18d8435eff67a18fa9acc0b82306b21b6e1c052650
MD5 5c61941b0b04f65f1fe293e78f0c8d6a
BLAKE2b-256 d0e83015501bd4a00d1ea67f195effff79b6964e662e9c024411c1a1481a9714

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f2b6b9b87b5fdbed922edf3183ce322f76a43a9340559670a163eebf85a3542
MD5 3cdd75f0b8a722963a9a9909d54e669a
BLAKE2b-256 2718b6241c65d328a182076c40dc4ff2c1a37067910c329f5b65cee1ebec8de2

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f30ff78f1e40561e7300f8f84a994f760a66c5d19e9530ef11d651a1d3f6452
MD5 e97c4616c66c6f56a5e63e7e1fd6bb4a
BLAKE2b-256 e9b94d3742294ca42f04cd5108d21feaff346424721e07169c37d7eb01ea8910

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eee4dba8d78896b523ef90a68060e6429219426c66cac79216dcd602abda9d73
MD5 7498fca35215a8baa316898696ba4d9b
BLAKE2b-256 6e570bf43a966d726bac68513470bb738371f2b5981a1ce32b61b1225b72f010

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 edc18ef9ac75f0b34f9ba63d4819ce15586164f2e0e1cf7d7cf61f2982268327
MD5 e79b8d50bf72331fc72600cf21186d05
BLAKE2b-256 72ea63ab6671f8b70283ad101d2e7875297df109875c2b11a61344e541628c90

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 cca0e0b91f1ecc53e5ee3ed1c2646e97ee735fb896129d878442cbb73b4f6981
MD5 765d7e7e940f6a5ed1c47916c5dac1c8
BLAKE2b-256 7f02696c831ff15ec686517e1c71af8961e21374b845e9a60154d97e48c3b094

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3c7fc79bf11cccc790bbbf17e45a3bd3373cc2e30988b81632020f3fb22ca05
MD5 39ca2050c8393a83d932ede454fdb853
BLAKE2b-256 50d2cc4b6a69388170c118a1d4196cfde6c4fd25c333dfec2927be6ec7ff0160

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4f57d44838748c9d8ceccbfe22379200abb33f3691dd323eccb40e1e35a301f
MD5 46fca49d9fc249970e60e162e8edf576
BLAKE2b-256 831d7811a8076f19ab95802d03c1e1dd5c45a464bde11ebbe2f0620e0ffa8267

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 07321d1d8a2f931b76a635d6f3d715234c0d7bd66243b96d82c954298e2acaea
MD5 0f05fe91aa5d9e51fcfc53a4077de04d
BLAKE2b-256 95a84d981c4a8c62e0d95fa2266c55999733b6db8b1342c8649e84343d66fcc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d584406ed9b16300a1ccd304399ce60dda75f9634b74ca7e28608c178d354225
MD5 9688477811865ea69dc4cf0bcdc36979
BLAKE2b-256 7acfcafdc78a5a0c4634958ce0c25ae7bd852f3d20ba6b84bc477fb5718f6633

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d988945240a79cd75532d06cd71f0f65dfb64e809a35f54a1523f7aa23321549
MD5 6133a84dd0e223a25b01334340e67486
BLAKE2b-256 32ada6333a4c3dd5e371b4103ff16275047c3c8423380018a05557a029115458

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0beca4ff10ecbf72619c3fbeee36f637479dc4056186e6b5da8fa09ec0501491
MD5 44294c6a50543d4efad2b1ebc0d12d46
BLAKE2b-256 eaec64415907ab2a517e02e8b2a24eb0e804da92ce92f8ca6f068f81461f446f

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66a071d03bac0346272db6ea79a4494efa0c32920ca3041d52e9c188ef74bc8c
MD5 608a0c82c04d3025528da954881a30d6
BLAKE2b-256 ffc9411d3f6bea871705785c8e5df36015cd98bd98b3d1132881b173cc58290a

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db8e8c3581b3140796bf33a2beeea6bd2000f71f3ad45cdc2f670772026762a0
MD5 9aef93d1930a78cb55a34e6cedf0f8a4
BLAKE2b-256 1a27799ccd1e9a8d9bce5a425659f523bc59acd06dec8c2b0bf0bf9a34032ccd

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 333581d0b67aaf586dba24e7ecbb43b329b3f8456e38b5f534dc9755b5c3c6de
MD5 b7e69584191144fa839fd7dfe1afbef5
BLAKE2b-256 8d210e88e9e16653c4d3a1e823fcf930429441437e392716c6739a2c8ed5cd4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7e441cecdd8a153b93345469a5632f0f312dea8aa3762ca22525b2150ad08676
MD5 d377cb965b18bd8c29c5838819e45836
BLAKE2b-256 aa20c10e6548a8ffde8821cc5b67650cef5baf55dc8a933ef56e7609760a9633

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5abe04d7aa7e6f0f2896a364f406cdc2816ca48c22aa42b2b35ed63b67f18c67
MD5 ab95c1ac1336045e8f05016ca00221c3
BLAKE2b-256 d92fb67aa2dfe328b92038d0963ca06cf09b1aef9aafbe89eb81f732fe30e03a

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95a20c9782fd1016fe2f4e1b9ea19796bb32e9874c599d2ab0a51452697654a2
MD5 b7034dd9819268fcd524389dc1649fac
BLAKE2b-256 b31e651ec8321e8b631d059c85ae17daa3161b2ac3d7a8be39ff637fbbc91da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 df0754e5cffec9b73896e4d6e148eb57245260a9298d9526f95029ba309af899
MD5 92f6676cbf644071696403267db1bd8d
BLAKE2b-256 1678521a275bbf6769d30ebb65bc885098949675b8244bdfeadbafe84f100631

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 236fb272f8188ffbb12505def2ff1ad770dc1e62dd100bebfb28f7dc00a3c6e5
MD5 f19bdbb6ae49a49072ca97da2f3318b9
BLAKE2b-256 a44bab7d508cecde41d2bc3a5ef523c601a5bb090b9ba7ff9fc5c87f17c54d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 19f67f9bd8ffb615e9e50ec8b23a211072a3a8c8e0a6a06c46aeab7c399e523d
MD5 4832ac9b8b4f6483258961c002518272
BLAKE2b-256 6a4bc3ddae8ceee9277b7371f058490e50be09be76e01701aac2e2c951b3bc04

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2c231df31ea6d2e1f0c447a5a7febf48c1888eeb4ace2d032a913b2cc43aa69
MD5 c45a34e15674439bae9591819061a525
BLAKE2b-256 2b76ebc0a0593cc87a26991c5109ae9a747469fedcdeb4f3619f525c66912567

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63969406ac829e943f7bdcd521fb29289fea8578d5f58477126951384ac420c2
MD5 c83f974abf7b6d84914562fadb1aa301
BLAKE2b-256 17a64c3e1401f5280883fea674874115e00b24795b7e772b570bf404b7bf7dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17b3d5a284ff9d9cefdbb4f6c561dfc6b6b81b8093f9a407809d875a88a11504
MD5 17a2d2a0054410b737aa3bfa3801756a
BLAKE2b-256 6a0e3e8b41185a0facf87330f601fad3e629d04f95b3402272e0d8b5d1c61074

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b775e5636abc65224328bcc213059068ff936fd136bc256833cbe7dbd06a1145
MD5 69e84a2d75eeac3e7d38049f0b5b26c4
BLAKE2b-256 b567cbbdf45bcbfa395c9c8ef96edb3d16803f7f7745ee34e6162a343b0fc64e

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 65215968d38ba4c0c3c2abd4afabfb95e6f5ad5b62fa713e3bd2b44b9040067e
MD5 83d179cf9368ca4f5a40b9e2e5734985
BLAKE2b-256 d7fbb5f8d69f0678eeaca060b8dd7f4900c1b3d9c008d8444cfeb8d5f435c7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db92dda6d9adef74f2d9747bb39025b9be8e311b6e0a1e232bf66e974ffcf1fb
MD5 5b199c871329d1553daef80340a91d5d
BLAKE2b-256 b92d83f5ebd455370cb93fb305d10304f52d22d752b6531d01c7e05fd00417aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fabcf1e6a8461af0919e99b4daaa4dcbd11d7319ba3eaf85d92d0bf5aa842c7c
MD5 dac5acc06b5321fa380ff38189599fc8
BLAKE2b-256 d28d17a7077fc70360bdc02fde0523a9911f757e2c5ffc9b4efeb4142cac2fbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2127ea98830d24c0ce3422a00fd21dfb6034a6f8188c510b8c9b95fa315ad5ed
MD5 d201eecdbf0f87638e4622e19f9c3c86
BLAKE2b-256 334472576256e064d65b953cb5c969cd3c819536f403982c28b5589d1e7468b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43051d5efb0de0ec30b9143d72d0223b14f10a18f8eb3e17154783165fb3d48c
MD5 965fe2ac60f7cc19c902475adbd9b910
BLAKE2b-256 954c6f246fe8aab655ad0e9ef8f684963f1c5527c4d0db7229c872e22fca12d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3a81e2be09c20c46fc2921a1660003d90ace8494104406600cd9692a78ee3884
MD5 0fd1d1e07e5a5e4245b16622c4101bab
BLAKE2b-256 fd86f9ea628d99d299013a53eafe7016ffa004bd050447b856f0d64563fc7b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3d3f5ef52c182d74771a3d896fd3aeb341d76682008e0189dd1aaf060a55a34
MD5 134549756f30238bd7eb81da7e2f5089
BLAKE2b-256 a151cf3d15e1de5ee60f627dc55d71b50eea80a64f7ae761bcab02d7f2bb87fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c1c94ca332fe05606f181c8096a749c6de53e3e925bcea37a819dab2fc09131
MD5 2d7900d24c472e2997af45a78011c13d
BLAKE2b-256 92bab2eeb460a1adc7d6e158d67401fb64d2b3a7eeca95b58e861747ae562fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a0b729770c6e4f84b63c3fa65260526495d0e7324841d8912db8dd887db11a2
MD5 6924c1baf133f9ceb30f0c0adcffccd2
BLAKE2b-256 b18f779cd060753961888cea0f1411b06ca00d9c99fa192a48560b4fe8454ace

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c028a7d90826d31b2575c6b2584ca4c028e54d6d80248af769723e73511939b5
MD5 730161c713c076b3566088e7b8a3696a
BLAKE2b-256 88620e9491296dbe99d867a19c6a301074f83a4e97697bd812580402841cf05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4fa4cecdb5c72c0c44a6af6042ae95d33e902894f0fa5a5f2469281a5992e8f7
MD5 fba848c6d6e092591de6d68b002fb967
BLAKE2b-256 bd70352d5dc821a6ebb05b824a1b0cfb5b5817028e73f5a40258c577b4666270

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f8fa6e74207c2a1d9d7b68eae1fdedde53b5577100d40af95a9653d10d75838
MD5 41dc8013fd6685d16d932da536dac542
BLAKE2b-256 7f5c826c6aabbd3d6d698dee71cd10f3b0ae9180e79631a1114408e6f8869fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d2187546bcece76684ac66dc3e2759294dbca1402f2babe3a6682278d578680
MD5 8ce89cf15cf79e52c7bc7ebc0b340837
BLAKE2b-256 cb999a9167d70efbe4da1f1946534f54289e3fa4c8288414b77836c350b70dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3511f98be9d530165e7220728a2db6cc4d3db6e13e6caeb03dd45cfffabf6700
MD5 82b88d9eecec951d9a74cea07c5b164c
BLAKE2b-256 89c887d2f02181e2faa693019673390b469dddf52e882fdaa4a127e1a0809aa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 603725b76bd157ae20d3721da0efa921291aa86545626aa93487efe6190f53cb
MD5 1f6368f87fc5e3e53331dc1031ea3b56
BLAKE2b-256 38eb34d0c1b0b6ab0a5c1673f76348f474618c5ddad883670dd5d3b9b323221d

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5bc0dabb29ad101c0b6af0a609c6b55c4ece856958b2d303e597072c9525e7c9
MD5 d925f5115aee9219c36ebe11c8ebcc77
BLAKE2b-256 afc17405d44fe335a8334464a22c17ca17cde180d0e36b917f99b27e754e08d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22df76c4e60d6ea776c4090428de64b2968e05a9d11e98ab408e0886b2a33c4c
MD5 e3078a32aa012efae730a677c8aa575e
BLAKE2b-256 a55ee6ddedc4f13f3864fb27005902be1798c6c1dc6ba693253f5179eb31bd3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 931e94077fd6c98178b9b80ae2a96c4e7af4053f678e81a12b7ca6121d1271cf
MD5 ceea29fee0ec0eb14bf3629b4f660a13
BLAKE2b-256 5d31f1cdd548fe0c7d5c8577a05ad420ecb5baae507b4d8b9f2256f685c40654

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 390fb3f09673ad0c799eecb63a3cb7a77cfcf0916aebd5df0cd633774632533f
MD5 8ded76ae34468e85f0424c9b4a9f3a75
BLAKE2b-256 8e5456a8eb6ae12d16e24fcff3ca5667d4f89bfe7f48472d737aa2c6de336aa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9733b3e6367ed80bc7fcc898099b58db02d3c25fcafc77600c23da388e50807b
MD5 fca76b589ee68cdc4f4f8da924013856
BLAKE2b-256 5b2ac910d98c813da229bd2e15da1aa0c3c06a7cee38f032f4008d874f9123b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 ed2e52eaa86705a5668c0391a96a2e483bf13d318385fafaefccc0dda77f2af4
MD5 c2ff6db180e724933becf6d8ab282278
BLAKE2b-256 c9941ed8a11d4e1d2e091855a814f9342a7a98da91c7bb0f4b4eaa54dbbdd30b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3203f7ebf52b5d6226b646a74f69425540ac5f3f999203c77fd168cf7941e513
MD5 9defd0f717e30e8e955e24e94314dce4
BLAKE2b-256 7c31b912e210b181213162cc73ee6055f1a3cf058786a1e0f7a707989ae599e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f858766cf255778b7c2d2fe0053a13fe03fe0d2ee8d6d99d3eea85c4346a9cab
MD5 24823eda4f60ed6d8c05a96041787810
BLAKE2b-256 0b00268132a6ccb62bb0e09f7fac6ee04c9f2f5325bef847b15d1c4b3666618b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28a1997f7e1bcc58936b56c57463872aace88970e3172afa78a82b0e3345af97
MD5 c5de3bef1586d0ba492da363bf906430
BLAKE2b-256 4fd49b489d328fd9c2da84dcac8ec5fbcbd321763471b79109dafbe3c2b895da

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de75c4a2552dcd3c9767f64df434d94fec0879da921170f75ffbf9097625153f
MD5 4729e71900954f2ba2ea39e241a6905f
BLAKE2b-256 4b2c4ffa72e17411b0b1df33c0205e07eae8c514b9bc43ee48293a6e9572d120

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-win_amd64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: highspy_extras-1.15.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 82.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 17d7a6fb9a5ece91231e578eeb64a13f9d237aa4e648e8a5fe2d5f5242b5682b
MD5 3d6d2c1e95c7dbe166e3f594bc54fca3
BLAKE2b-256 11773c0e9ed7d2d41e1cf51cdaecd4a6a1990a67639672f058c869ec366f02f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-win32.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22671a2694b13bfcae82a9e75a7461efada8509809c1c6ba868a3bfebd850a0b
MD5 b5429e650ff9c44a6f52c5874ee4b0c5
BLAKE2b-256 f3bb2477da99c7f568675c69d4963ac3abfe8dcf3bd46a02d3d9ef7386fc736b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 50a1d5f9edd85f0ff545e2a3357a5439c521336cf406e46d87dc551bd1e4e5cf
MD5 0da30cc76ddaf734d99d7e0deeb925ad
BLAKE2b-256 edd7bdcdfe8a538113600deec691e5b098122436c6fee5d3775a9be63a5c6c74

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4692de9966071c1717885a3d82b37ebc369302b3cbe28c6df5c9c20797adfa2
MD5 a714a4ded446009e0193709efa5d54ad
BLAKE2b-256 7adc62ac27c3fc7352d194e174cbe3a5679d1a5dda121a3725b6479be9fbe89b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d40f1fa03b7daaf6209727067d800739f9a39b14e1c0e95dc2b96022bdb8bddd
MD5 feb294abc6c8ee98879210db0547b678
BLAKE2b-256 f99d6270807feb173424785894de8914425f7b927284fc381ffd4899b1925e7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a43ede6779f6c5d0407bf7e7b391a2bebc747611fcec3ded5b1b593041eea703
MD5 a90b88de6c18fcf9c80b7f1bd0dedab1
BLAKE2b-256 6b612319b0adc657b6172dc39a33dad2bbb7044c972dbfe317874b3233039952

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ad05821b2e0056b5d146930ea2dbf4763576ae07de46ed88baa48c78a3bbd07
MD5 bd121220a0be8df9f87acb083b0aef06
BLAKE2b-256 b7fae60eff20f561bf51bba5f73944dedccb35f7f71d6190c395b265fae041d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 832ea47425b0b6870444316c4aecef13c60eb6142456c8153625eeeca9130b16
MD5 ca3c379c83b95c8f87be8ab459417e5a
BLAKE2b-256 e1fe70055c63e66ab1c39a4be983dbebde8a0b57a1b64e6b67e64f5a76d4ae23

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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

File details

Details for the file highspy_extras-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e93c7f52cdfce24b16d79ba210d733100acd3c0e57e2ae6a6a29f1868cec4b9
MD5 3ee7042d762837ff91081b7a538c92ed
BLAKE2b-256 228490671893df1ced58e5299770b32973b70ed974689317ad60b524306cf732

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheels-push.yml on ERGO-Code/HiGHS

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