Skip to main content

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.

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.1.tar.gz (343.3 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.1-cp314-cp314-win_amd64.whl (112.9 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

highspy_extras-1.15.1-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.1-cp314-cp314-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-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.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1-cp313-cp313-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

highspy_extras-1.15.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-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.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1-cp312-cp312-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

highspy_extras-1.15.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-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.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1-cp311-cp311-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

highspy_extras-1.15.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1-cp310-cp310-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

highspy_extras-1.15.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (192.6 kB view details)

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

highspy_extras-1.15.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1-cp39-cp39-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

highspy_extras-1.15.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

highspy_extras-1.15.1-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.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (52.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

highspy_extras-1.15.1-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.1.tar.gz.

File metadata

  • Download URL: highspy_extras-1.15.1.tar.gz
  • Upload date:
  • Size: 343.3 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.1.tar.gz
Algorithm Hash digest
SHA256 2ef56244aef126af706638d2d75252ae811cebb607fd432a0ddba890ad79057d
MD5 f716a07bffd080a2e4a0fce503633633
BLAKE2b-256 a064763d257e3190d9f785837794e8d7a31fc5c669b9166d334b03d5cbddd3f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1.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.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a9d2f40b955a5b95060e3628512a1d2e8790178119d55fea6cada54a99f6d555
MD5 d9ccefc2ab46524e165154dab7b30f11
BLAKE2b-256 8d7b196db022b7074c36a9af238d183c0115881a23abec99ac8e14f49ddee4b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4dbdbef55c36e4579317a9e2ed03a0bb18cfb3feacff7591c0384c58177f3266
MD5 26caa765a16ab5a37989c9f528a94c6b
BLAKE2b-256 3b5e8183e98ac2530e13b778b4236e6c18e071c145c3c75260aa927fa5d7f335

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d97fe33710489ffc3b3bec1786c9023fcafefe72408b299772c197513f1228a
MD5 2bd81536b9d9b9a0e8d8f372bb643dd7
BLAKE2b-256 e8a5d37fbca1b8e515cebcb9a16a4df979fe4c77855dd45badab39cc9db8ee68

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af647ce8f6283901cfee4060dcf8be0f25145e737132e2f1aaff2c25b24e35bf
MD5 874acf91e0b2cf4c98c61b3abcf0a6cc
BLAKE2b-256 6473e49e3208b69750571249143114efa0419d7e7bb9d579e5f280efe66655e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7db4e154a5f5c84dd653c1af63beee548831eda786a567a4a77f6f2485bb1ff
MD5 6dcdbaf38da672ed0954c88a242b41b7
BLAKE2b-256 b60026b2d7ea2814d826e8e9a43adade92678ec36ce0cdbf60c6838efda68f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fcb5752dc97b307b7edf4ca1b9fdf68dc167c93ea3a5c1220003eb8ee524e65
MD5 5447b28f0b0d19632ed88b4b5b5a4e8e
BLAKE2b-256 962e39dec936229d0337ae39fe82ce6e46a10216e296f1dcee7e23821021ea36

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f16aaa55f0dcd9b5709b76e392d0ed1fe06cb6f7674daaa5f3a0d18b8180e330
MD5 6d807ca3489e09af4500cbab77983746
BLAKE2b-256 42dcb83f5c8ff257c36ffe3f100bb8b46ed8da0491745b4a6a6f6bd15d749465

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3571d5b7e8ed1514d3a954ed15ad9b44b4a9d8eb5dece19b70790568927df80f
MD5 cd53c9185dc346f9d8748324f92892b0
BLAKE2b-256 beb715c95637da7b55d20d26d01a6920cb793524c1629d877b0502fbca698dde

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8df83d52ef3737800b1d30c6913287d841e761c27ae90c14f72146b04e66e73
MD5 00faa4e170fdb5f2dacc20e4630b949c
BLAKE2b-256 a8194249f1f6094bda0465ef18cd6926c7fb7c0779b06213a9841dcd83240ab3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e6f633d7d76845f8a4f21dbe6d517e5f22a6733b1c8cb840df1c434af383e2fb
MD5 cad371e965eb9792c38d6626db929c48
BLAKE2b-256 199ae2797ab7cb880212735b4175a9e0e457d9529a7f8cfca4bcfa9460510d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f0ce064968feae55b618ec086a87c0e6ab7c429330a1b3e44903958b314d1b0
MD5 84015093ce6bb1e771077cea8d177f9a
BLAKE2b-256 4892c5729f3e2a882eae7ec5600c1a60fec2d89645ae43c34b64392de6797ae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4c26303c300dace04bf17c111c23978d06f932a928b70add16a80ed4695b38c6
MD5 a34cc2c589c15e50a2991d295d4e755c
BLAKE2b-256 3d98d4ee9e0df8d68b14e87ff671a0397be71327acb5f41c28ec8c1818af0dec

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9375935edd4612439635127d3e186772f9933bb89fe8a97bcdef6961ddb76cde
MD5 290b45c0d8fa9c66055cb32c9839e7ed
BLAKE2b-256 719a38c3abd1ad8f06b976e1ad2916fb4a5aead325862bd2a22f84cc6f4d173d

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bdefd63ba7618e009a97b1c9595566a4fdf26216c80adc3d196982a26d4abd37
MD5 9f3ac16c783de791ccc1f1fd7a31a3a0
BLAKE2b-256 7466b7355f002811b188c0eb0393600083b920b1b552885e0f7b3fcd5e9943a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45b89c7c017006387c29c028a2ccb504747c9e839caaa84699f871515be896a7
MD5 64e123aba87eb6aa208b58c9a4dac967
BLAKE2b-256 309dc3aa819fb60bfb5cac9d708d9f852fdb714b520d9061812905eba8021275

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2c1d36ee4d9b585ec5b32d99426cd55ad3d5e9e4c9360c9ded31b787485391c
MD5 e2a7312950e6cb9bc9adc13948094ba8
BLAKE2b-256 20844ba01e96c83b6dddf9b9fceb687e8fd4f5a8fb7c30525eaf2e377d73ba73

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 3d4339d937531d7edef136cdda75d507e9a2ae08f3b803301c36938e4f9be6d2
MD5 b442b033c5e72565c10ce524aa8d1289
BLAKE2b-256 27494da5c8050ad37f0e33dd54201bfc8643850a27953a04fe33aa959a27a488

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4bee66aa63f029509cca7d8be78af3b0bcd44e8494fb4c2c8505902890654ab
MD5 73c9d2bbd323be3b6a4f4adff7886bdf
BLAKE2b-256 8fda9911cb018fc9f348cc81467f5579d757a9a0860031abf4d7dac953eddc15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b61d85c96930e768b76bf8b4a4cda341f23bbc51045ac239a586bd87e5476c2
MD5 a49780eb83e3b7ea1b3ef68163ca255d
BLAKE2b-256 3c449075bd37d7ff51e8093e0878e1b143127c9dc9f0745b0c6a0abf04948763

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b148e28d3a67661efc0925df19008ca550303836c0882189fe10e1bffc653f37
MD5 d966c3724b22c019deea4284d8f7fdde
BLAKE2b-256 fcf08eb0a8ee6b05023dd36b3c49612fd7fda4de1b78a2aa23124f5677001711

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81c4acd0620a6f870e606d8e79e5583dc52245026e30a6064d5c85c3977aea4c
MD5 a93cfde20c476f86db0cfa9374864c20
BLAKE2b-256 db8cd5f1cd58f01391e6864225f5942d09e13bd8c2f13443aeb5289642967b99

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3c178490b83eba1c1991db711e855feee397c27732cabea2657cfe31d37fc756
MD5 29562100a42c074a92f09e32c77cd10f
BLAKE2b-256 8776ca631b3066c5fff5b499128d3fca327006472c7619a4a42bcec94ee918e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14d7ac7c754ea902ea66147da581e7bd51189150ec76c468f67740f627249709
MD5 4763bfcc1918dc44dd22c402ca39736d
BLAKE2b-256 72e8830be3d7373865a9e6ee807ff0120f518eb2150747d24f5653c9256207e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b5e1e135b936dcc520a9e1743808913873d1530950a46493539cdf01008b415c
MD5 459ac4aef0203449e8e3b7c095233daf
BLAKE2b-256 0b3acf2979fc79d8d9a2efe256033a592c10c65c83d024a4ec3b8c1c93647477

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8ad0de7995888adc0d0a8ff203324f91ed40a71ab414d67a457fe6c3335b088
MD5 c823004a1baf6696107d6310adec8086
BLAKE2b-256 2a2e548e6babfd26bc43b486858764ff82b53878573bfa615b5b73d95cf85298

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61290fb8195cd5346be978aa5767a089c876566c9fba321c99d7bb3205ab1845
MD5 3e948715ae8dd35b296de411588fdbe9
BLAKE2b-256 a0d75c5840a5b9d40b0d8f255f87c66df2a6cd0e2b7ba501c7d03e741a80d7c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e84b539ede5a237fd1f0394878edaa4d41b5d6e5f8757c61efdf18e03342f59f
MD5 321308875480ea60b29fca224a42ab78
BLAKE2b-256 6d40ce0c67a8ba1cccef5c725a73c67d3e54137c6889c24ab166d5e99e32602a

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebb2e421661f7563213e8bd1257f1d375aed77204cd983c6c8c5c3f5c76d61bc
MD5 19782c488307d9573aa576c3563d88ab
BLAKE2b-256 d306082c5b3df014aea89fbdeef4aff4a39e1adff5a23e2f5d6bbda14ff4674f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bffc1ed34c3504b6d121a9577cad7a9b23e5ec8958691e1d0424a72b93fa8c93
MD5 4dfb41b4c6cc63b0606910cfe712d38f
BLAKE2b-256 a45da8aade9b6a16d87462c439a937a6592c93a446faf9a9abe31a347613e087

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a74d62cd5cbd40e0fd85f44795c0f08c0a736b41b3f7e10ddefd17516fba78e7
MD5 6e1a8eac435773cf6c4c9545010e0a86
BLAKE2b-256 5f3f626793fa0f7b778fbb496dd7d91312ef12fff9be6b71a88b12a28e922fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 587cd4290d94f1b8877a85fa8e28898e61a0223a083d28299237ce3a74ff80ab
MD5 a817b0c217d371f0846e1c7ef02ef692
BLAKE2b-256 9a0f88f0f40d11b7374d826fcfdbdbf3db8b9f0df1566f50e50b20410a3c74f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a525d3f6f444b8249dbcb24f820dc3f9b998843f1085fed307735af624c393a1
MD5 a01c2cf4756fbb6e9ca1f7dff7c0b993
BLAKE2b-256 11e5188e5e81a95cd1d528f76de90b6df30d825d3cb9de6aebb2e24b6255e787

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d2db54201ed18f0d9e05f4506eabb2113b007e01bfea1dd9b29d3e5c8958b59
MD5 244555fd9fa12db8c0bc06f958062df1
BLAKE2b-256 fab8947f7cfb321b63a4d1031dbead00dd80d8d2332099bfac6e737113b1ffcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b22c1123a2f97629f0a33a4e03edb7b4ca627ac01fc5ee7018b1f75f92e86561
MD5 82952cd80768c5127705538d9d213117
BLAKE2b-256 91ba4c479b121e2e1110f506fc0c9a2ff18d67b588b0926e8e149732b76f9381

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d1b508c26e08948f7ca95f558172f3e0a795b58ddd6aa5e88f2d51b75bbff41
MD5 329eef58a7c7812ba129b87dc259975e
BLAKE2b-256 3fcf224c1474278fbab3e63557a5cdba743206e65f336b54388b19eb80b3af2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 605daf38a27fdab3de210fc5f24db1e809ee258c59041410ae99bf7fe5223692
MD5 12f19ac8cdd13f1ab99b4a100a24f1b5
BLAKE2b-256 6a148b6cb49c5056e65548f452124746fbe26355802fd5f6e9f11c625469b532

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 4f334ba9699f0fa2351c069e4c010e6798bfe01c211efe0f8c45a5054189a858
MD5 22511e96e9ede0402ee62c90296b518b
BLAKE2b-256 041c2199cfd7593662194f587a9d6d7f40d22a01ad2c252f597a2590868270f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bf35009e4cd100abca5b2e6a7f8e446e98e84b7a9cecccfaf3fd233019e3cba
MD5 c4eebad5fbcdc76bd964a3ac126af4fe
BLAKE2b-256 49c6c45560bfed68cbbe73c4537eefd232f27c8f4684552c50b933f4cc514e06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab202ea1c1d5128ce739809268167e7bcc175be99ab555f176fd67e0f676a256
MD5 38719e3353cd89e6c53d58a4fb94d1c5
BLAKE2b-256 e1e328a46087a602988666366eb3dc6344724ed16e61a2ffebddfaa441537e20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44451928e77f867be975366c0aed4d34f07035c2a0e76272be872aacab908ee0
MD5 5d2dd50ae1f205f24583fe77ebc93657
BLAKE2b-256 d7d374fcdd8c09edb32de5c6ea6ac02d59a6a853eb519de23d601e8389445aee

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e485796a6dd19a9559495b490e63036679411669c91f335e7c7ba50368002e10
MD5 f7a2e262569d6c50073561bcf9034746
BLAKE2b-256 b2b9911b247b449d384716d54075fd7901856ec2365a4c1d780206100f6beb76

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7e945756223a8a6751d58bc88966a72c43671ec0c8a105f30c80dfef57caf2e8
MD5 a58bf67474061408ae2a941c6c8ec251
BLAKE2b-256 b99c504c7e973c2ee514be374bfba33e70deb239ef07dd2d8efffd1141e263e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 747a3132967f897031a34ff12ddfca9018dfe2c7168a7de10a2367213b96c6f7
MD5 59c018753c451bf0f142b3b674408427
BLAKE2b-256 71fb581a5b5af768dbaa2d9128a28209d03960d39ba87e583dca32f4f5ce7e02

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4542cf10d6e0f8f1915dedb75203d52a722601dfd635308ebc27d594a8be3ccd
MD5 7bd815296723a3688a16a19cd5580551
BLAKE2b-256 a131fb623318e4311cba1cde61e4c94715a2ac9aae2b8530b9d39b3239936e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61527b55432652d0c4f3ba6f8e93a93e08d9d55968637ceaeb591a0dc7912cd0
MD5 b19039651744775f31ad185e19e1ea0b
BLAKE2b-256 73351251002bd61e6de422d5f06590f454389766385f4627ef432d25e57d4d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bfc76eca46c35ed34cbbc669b332dbff17d7e1d1f86263b40bf156643e7ddb4
MD5 eb81497a1aff051d68eb7a5898c34132
BLAKE2b-256 c7a89758b514599f744d56599cddf5cd70478009f3e17329f89f6b4372676363

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 21f8fd6fcf1fc52b32c4e0b2b36c6fca6e4c8b6953f6c9192c927071c117ce1f
MD5 b83a2116a9f014450def7e2fd61ed8e9
BLAKE2b-256 51168d15ea1aa3d9f266227e255a5d90ad249fcefd4757dafd9cfd02ec5b5ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1829f3182028c4d389de7d72f5f037e65aac9a939ec0d5324a57971e8f20bab9
MD5 3b5b2f800f18541dbbcadf4c1c6f5027
BLAKE2b-256 38ad239317e2daa19855ba72b177713fe3a7ff61f6cc43463e886aed09184dbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b728983e62e8e1845d79c4c3e84a0c0410a6e189f247db76a4d46e228bc6b761
MD5 e12c123d4fa7e4634cd5503dd7248a12
BLAKE2b-256 39ea9eca905b791182011ff2f5e086d0c2c4ee3b731fb66ad245ae26a840d600

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54cb988685158c26acaf58157dbdc45b1ce2a3c6c8aa53413e78c34861b772ad
MD5 06dd62db3d59879bf2cbb0d7ee0f987e
BLAKE2b-256 686d1a941dae41c024c14c0716a1ef305cca9b7961e66b02b889b7cbe1790ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bfe90eb528db2434f08b49383c2480c517dc45a4177bd2c0e5b2db0dc13e2923
MD5 345c6acfd5922f82e2cfc31f8170f94b
BLAKE2b-256 29b66103f74f840867c7638336c274b364ddc90d9d0b6984620819ef9b34f438

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: highspy_extras-1.15.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2eb33387b8a6b082fa5b9e156313b53322a1cf927826518a210a94dd5049c9d4
MD5 d88d10451fb162200837649f06a4e466
BLAKE2b-256 18e745fb1ab2ce0f082f7e918826b303096ea2b9734508ded22e6409b615fbae

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1dd81421d51d5531d4a30bdcb0f93f729d8c4c1ffed16a526cb448157782ed3
MD5 fe2027e8411582a7ef676713c577095d
BLAKE2b-256 b00d81b2ae2b64e15cfc7b6547350e16aace0ee25fc2d1b6ef6b3248d52d5b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dada5d0a14cf673a166dfe725e0d90694827eb1c254997b1584352e744642eb0
MD5 d72c0e7178c56a08c6f0ed2b7ab24898
BLAKE2b-256 f2c69d721a9632ce583849dc557ef8ed4cbffcee6c7e73695ae64c34a5e6077e

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3812382b580b8759677c0179a6e1b86ea37acc1068c37f9bd9691cf843980c9
MD5 7475dcec1b1160f913c4d446e9618974
BLAKE2b-256 4e510bb0225a1e5bf70282969668d4af656f6a6ff539b6394682d876f539326d

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4137168de45a945255b8b0ea3fa0e70cb355c332fea7b4797fa0c8a2c5232d22
MD5 d54be15d115ab370e20a944d1d9f2041
BLAKE2b-256 6a6e46a1d09adeeb3558ca8b4a91102ab4c6a3409f8fcc9f045090dc96cf6804

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d3a2b64f2fa6efc230ad40cd64cfc935e3890d4de00e78b0d6aa66d3b74be8df
MD5 56f32ab04b544ed4d9b4a8417debe2a7
BLAKE2b-256 ee7e95f05e469b4176b0cad947412fa97c5858f84472616576f22332f2425b45

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69d0271580e58a59a365125078444267b97e0e67ac91c1dde38a1e197b50c8d6
MD5 3577b9c79c63aa2c098658001684604d
BLAKE2b-256 b500a61512be95df8423ac984cfd822a1e97ec07da0e4cdd3f07ae721c396d86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68710c8703348f5b651482399de942eefc64140b85a6dc33b42b88cc3c1134e
MD5 38ef95b67611ba008ed60605e531c224
BLAKE2b-256 d701bbdc86f71d1a01b0ee83ab119d11886160e943b18cac61f7f6b23f3bf0f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for highspy_extras-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b0c9035bcf55847e60adb58ba9216278f5f47bba4ea702d6a8bce278fcfc93b9
MD5 03c80d36ddd57bff663cf3f1378177ff
BLAKE2b-256 93b2d628b9c8229ae6b6b7ee4ae8f7fdc9556e2b21386566257151a1beb7d5e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for highspy_extras-1.15.1-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.

Release history Release notifications | RSS feed

This release

1.15.1 This release

61 files

1.15.0

61 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page