A thin set of pybind11 wrappers to HiGHS
Project description
HiGHS - Linear optimization software
About HiGHS
HiGHS is a high performance serial and parallel solver for large scale sparse linear optimization problems of the form
$$ \min \quad \dfrac{1}{2}x^TQx + c^Tx \qquad \textrm{s.t.}~ \quad L \leq Ax \leq U; \quad l \leq x \leq u $$
where Q must be positive semi-definite and, if Q is zero, there may be a requirement that some of the variables take integer values. Thus HiGHS can solve linear programming (LP) problems, convex quadratic programming (QP) problems, and mixed integer programming (MIP) problems. It is mainly written in C++, but also has some C. It has been developed and tested on various Linux, MacOS and Windows installations. No third-party dependencies are required.
HiGHS has primal and dual revised simplex solvers, originally written by Qi Huangfu and further developed by Julian Hall. It also has an interior point solver for LP written by Lukas Schork, an active set solver for QP written by Michael Feldmeier, and a MIP solver written by Leona Gottwald. Other features have been added by Julian Hall and Ivet Galabova, who manages the software engineering of HiGHS and interfaces to C, C#, FORTRAN, Julia and Python.
Find out more about HiGHS at https://www.highs.dev.
Although HiGHS is freely available under the MIT license, we would be pleased to learn about users' experience and give advice via email sent to highsopt@gmail.com.
Documentation
Documentation is available at https://ergo-code.github.io/HiGHS/.
Installation
Build from source using CMake
HiGHS uses CMake as build system, and requires at least version 3.15. To generate build files in a new subdirectory called 'build', run:
cmake -S . -B build
cmake --build build
This installs the executable bin/highs
and the library lib/highs
.
To test whether the compilation was successful, change into the build directory and run
ctest
More details on building with CMake can be found in HiGHS/cmake/README.md
.
Build with Meson
As an alternative, HiGHS can be installed using the meson
build interface:
meson setup bbdir -Dwith_tests=True
meson test -C bbdir
The meson build files are provided by the community and are not officially supported by the HiGHS development team.
Build with Nix
There is a nix flake that provides the highs
binary:
nix run .
You can even run without installing anything, supposing you have installed nix:
nix run github:ERGO-Code/HiGHS
The nix flake also provides the python package:
nix build .#highspy
tree result/
And a devShell for testing it:
nix develop .#highspy
python
>>> import highspy
>>> highspy.Highs()
The nix build files are provided by the community and are not officially supported by the HiGHS development team.
Precompiled binaries
Precompiled static executables are available for a variety of platforms at https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases
These binaries are provided by the Julia community and are not officially supported by the HiGHS development team. If you have trouble using these libraries, please open a GitHub issue and tag @odow
in your question.
See https://ergo-code.github.io/HiGHS/stable/installation/#Precompiled-Binaries.
Running HiGHS
HiGHS can read MPS files and (CPLEX) LP files, and the following command
solves the model in ml.mps
highs ml.mps
Command line options
When HiGHS is run from the command line, some fundamental option values may be specified directly. Many more may be specified via a file. Formally, the usage is:
$ bin/highs --help
HiGHS options
Usage:
bin/highs [OPTION...] [file]
--model_file arg File of model to solve.
--read_solution_file arg File of solution to read.
--options_file arg File containing HiGHS options.
--presolve arg Presolve: "choose" by default - "on"/"off"
are alternatives.
--solver arg Solver: "choose" by default - "simplex"/"ipm"
are alternatives.
--parallel arg Parallel solve: "choose" by default -
"on"/"off" are alternatives.
--run_crossover arg Run crossover: "on" by default -
"choose"/"off" are alternatives.
--time_limit arg Run time limit (seconds - double).
--solution_file arg File for writing out model solution.
--write_model_file arg File for writing out model.
--random_seed arg Seed to initialize random number generation.
--ranging arg Compute cost, bound, RHS and basic solution
ranging.
--version Print version.
-h, --help Print help.
For a full list of options, see the options page of the documentation website.
Interfaces
There are HiGHS interfaces for C, C#, FORTRAN, and Python in HiGHS/src/interfaces
, with example driver files in HiGHS/examples/
. More on language and modelling interfaces can be found at https://ergo-code.github.io/HiGHS/stable/interfaces/other/.
We are happy to give a reasonable level of support via email sent to highsopt@gmail.com.
Python
The python package highspy
is a thin wrapper around HiGHS and is available on PyPi. It can be easily installed via pip
by running
$ pip install highspy
Alternatively, highspy
can be built from source. Download the HiGHS source code and run
pip install .
from the root directory.
The HiGHS C++ library no longer needs to be separately installed. The python package highspy
depends on the numpy
package and numpy
will be installed as well, if it is not already present.
The installation can be tested using the small example HiGHS/examples/call_highs_from_python_highspy.py
.
The Google Colab Example Notebook also demonstrates how to call highspy
.
C
The C API is in HiGHS/src/interfaces/highs_c_api.h
. It is included in the default build. For more details, check out the documentation website https://ergo-code.github.io/HiGHS/.
CSharp
The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget.org/packages/Highs.Native/.
It can be added to your C# project with dotnet
dotnet add package Highs.Native --version 1.8.0
The nuget package contains runtime libraries for
win-x64
win-x32
linux-x64
linux-arm64
macos-x64
macos-arm64
Details for building locally can be found in nuget/README.md
.
Fortran
The Fortran API is in HiGHS/src/interfaces/highs_fortran_api.f90
. It is not included in the default build. For more details, check out the documentation website https://ergo-code.github.io/HiGHS/.
Reference
If you use HiGHS in an academic context, please acknowledge this and cite the following article.
Parallelizing the dual revised simplex method Q. Huangfu and J. A. J. Hall Mathematical Programming Computation, 10 (1), 119-142, 2018. DOI: 10.1007/s12532-017-0130-5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Hashes for highspy-1.8.0-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcb681179cab400c5de78a1264c7189c8419df06063788336b58745bd6a6d097 |
|
MD5 | e23e23f0c08d8e51e43dd2172fc203f4 |
|
BLAKE2b-256 | 49e576e715b2cd27aa4e3d0a7592f061da7790234284c295b8720cc6622602e7 |
Hashes for highspy-1.8.0-cp312-cp312-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76b14418cea03aee71f42c03f885c5b00040f673b793818104b13edbc306a723 |
|
MD5 | 0caf4ecb2fefcc2b6f6020932f192854 |
|
BLAKE2b-256 | aadde57299eda7d078d4b5fcc890b7d76216bb9dcccad04f1c18acc3bfc9fd41 |
Hashes for highspy-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4b922bb2b7b33e444384a0ef02fd09ef9f3869f5452d0268a7911ff78d10b0d |
|
MD5 | ed23c6422fa20fffb8b69938828d22a8 |
|
BLAKE2b-256 | 2aaa267fc156e5f92913cde8fbeabd82c8e4cec908e1b2818e22f14bde0431a4 |
Hashes for highspy-1.8.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49bd948ab725d4a8bf35eab4288adca566efb8b37b7916101f6ec93e29a66ec9 |
|
MD5 | 6f57b3925704fac66c22bac7ce440deb |
|
BLAKE2b-256 | e4017446229d5e413a39cc5a961c6c0af946e5af7e2162bda4e2dbc6566ad5b4 |
Hashes for highspy-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d447d0d4a08a22f92a97f36ff4c33455d615f61509605ddd7fb417a443508351 |
|
MD5 | 44110bd3a839e0091c93ca12e8183dc5 |
|
BLAKE2b-256 | 33c8c1b9f8f1b3fc8a3aa746e6fe353b4ac7a12c529002c0d173b8371fe884ab |
Hashes for highspy-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68b3916f12e8afd17feb5cf2a1ad7ad84c36ac347d9d6b2c5854f2c2444ec351 |
|
MD5 | 2e5fe05aff1d7b5be22e48d6bee5fd97 |
|
BLAKE2b-256 | a94313171755ddd531e037d2de28a2789351e20c7ad3153a468851f6e6d5fb90 |
Hashes for highspy-1.8.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4e822969c1262b44bfd0043f2e8d2ea5c33e2cadc85465908c086a91f76b17 |
|
MD5 | dd19e49098ed613296b8579d038d1674 |
|
BLAKE2b-256 | 2d255d1d14b7b26dc26458f87c845efc0aca19aab94174c1ed9690324fcc52bf |
Hashes for highspy-1.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e37892880b57f95dfc68c428728c7f34496b1a3b0106c63895d8e40477fca860 |
|
MD5 | 2077364f7103d4567bf26a649265ec13 |
|
BLAKE2b-256 | b26d2bf6934f5f2f30500396035c260452af4af0c5e4b057836477ccf6c1daa1 |
Hashes for highspy-1.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd6707ca74cab1ad5cdb24facf2b2ff304d7b5991f19c5e6ae9f48a015ba946 |
|
MD5 | 78014a8419db03c37fd1e1895415c947 |
|
BLAKE2b-256 | 375180c8767f646520973cf21278e381fbde9e5910019c3aa12041d47093f3a7 |
Hashes for highspy-1.8.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad1ae0a52ed8093632618afeefc6699026e9dc2c37fdcaeadb6dd0cc6c278595 |
|
MD5 | 5ccc579bf7f2cbd789ee23eab7d34371 |
|
BLAKE2b-256 | f5ee91e6866b8959bbd9e4c054ac15146f841e6e485f70701f5f21379a606eed |
Hashes for highspy-1.8.0-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7316a5ff599e0580b9712c3ccf320caf5d51134c196866bb7e9eb22b10d45cd |
|
MD5 | 5a4db79d80bcb2e064663d2dae978d02 |
|
BLAKE2b-256 | f18d9f9cd271929aa19d779ccb7d19f9a54bac63cc9de0aca0ae7b5562225ff4 |
Hashes for highspy-1.8.0-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dd6413720e140fe89f3ee7e2edc84deef740ea316a4be95b0bc32c3696af881 |
|
MD5 | 3576c15586a19b49c7edfa2ee12cf3a5 |
|
BLAKE2b-256 | f6a0942f842a846135153afb54f01eca72951b73a5c5bd1fdd842a51bc6dc3b0 |
Hashes for highspy-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffe850612c3d8ce71db85fe7f87bcb84f9680a3226c9e17fe9a8fd6854108fbe |
|
MD5 | 6830698b3b63a9c999bcdae3c0c231b8 |
|
BLAKE2b-256 | eccfe61f4f719620d3f061f5cfaf1fd9fd940a2b007bd606432b5ef009eb908b |
Hashes for highspy-1.8.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 375e8877459ce10db4489a453d38cd0f25898656d64668c72f24b193f478684c |
|
MD5 | 58e258b101bc3d98fd5d2286ec87e344 |
|
BLAKE2b-256 | b82e2e690995a1d72d721a38348599fd09aeb4e0ad941f97d87733999d6cd8f7 |
Hashes for highspy-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c47f29a612c156269767fdadf2f69d5509be9fdcaaf2be9a9f5c8dbd4f045574 |
|
MD5 | 611019ac7136f8469f714ab96e4f4d57 |
|
BLAKE2b-256 | e065360e842a3226c5142b6c36e031951aef3593ca250671c237bdecc727b870 |
Hashes for highspy-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d76a072c1e7a052e7fdce1347c49f36c3448a13c77455a05b24196ae1a24f140 |
|
MD5 | 76b2626ed05099521a9e2f96182d5f66 |
|
BLAKE2b-256 | 570eb175c5fd81b509e149e25dba099198f0e987eabb54ffc75d1007d8274ff0 |
Hashes for highspy-1.8.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43247c8015d5da05c86ac2641a419cdfd7e8a13d3c1264449651a30014ba36b5 |
|
MD5 | 4114f4ab5d7c587c8dfa504df5f60a9a |
|
BLAKE2b-256 | ab7fb5397d5704ac6d0ecc79674c7ec6613927f9dcdf40f5f88b77e7da455011 |
Hashes for highspy-1.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce71d606b69f9bc43fb90b7ed4ba6cacfdbafcf92cfba7ab3c43fcb330147809 |
|
MD5 | c3127c51b7f272759e09c63014b0cbe3 |
|
BLAKE2b-256 | 2da98cce67231383eefd917a8c55007f4a9f3b7ab5f735f6b0e9d55e2fffeb83 |
Hashes for highspy-1.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 835d100129bdb2ab57cc3e2cfdc71e823fd8ee9c528a2d2906a546e30251da20 |
|
MD5 | a1a19e12468838737319647c7a870c86 |
|
BLAKE2b-256 | 11a81e1159bac619a0d8b364734096e9f86e75377739b9b03cc6f7a88ca35a47 |
Hashes for highspy-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13655ac3bec2b62af74ef7a14ee1ca758d0927b7481602ca6c91dea0ccdb9ca6 |
|
MD5 | a668281296651f99d9a256f8fed3ddaa |
|
BLAKE2b-256 | c3a2edba0a7cdb6e6069a4ce2c102289116f3861392c402ff0cf2055b2a092b3 |
Hashes for highspy-1.8.0-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf06d142ce2fb24923d4b5787436b1f9cae0481539224be6ba14afc304d30d1 |
|
MD5 | 94dc0a4a68ae6b5b850a0b03e6ce89a6 |
|
BLAKE2b-256 | 9e7660cd65ffedae654d984fc3f71c34e280f3a3976992bf6b1f227ba327ec22 |
Hashes for highspy-1.8.0-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfe3df2aa803277907a26596c80954700f1cbf2fcbc0dcea77b5107c75100654 |
|
MD5 | 793ebc010e159e8e225e4e66d9662d8d |
|
BLAKE2b-256 | fe6d07ac53c26aef97f8c2142e64add0cd01888a2e4262c8f38b26bdc527a2df |
Hashes for highspy-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f2bc75620a4f78123b726e165b103f64f0e08c0d114cb539ec5893cc243bc3 |
|
MD5 | 46c388f0246062b610ca1eea78ca3879 |
|
BLAKE2b-256 | c8443a7ecceadc71010677b960ed32c65ba7c9f2a3a424ff2f7d05695901cdac |
Hashes for highspy-1.8.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4350dce1ae03b1442e2a17db97b1175076abe1e1aaf94d0a7fa70a06477ce4c6 |
|
MD5 | fa5e6644aa32d72a305b040df6554900 |
|
BLAKE2b-256 | 3ae58a57c074940c67144059a67365f10c53ab84f72f3674aab30e8763ab8d3c |
Hashes for highspy-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6edf8547606aa81a8565d879219d333625105c7873b0106dc2bc2b760985396 |
|
MD5 | d08b99a52e6117cc6851c0fa3fec9c4e |
|
BLAKE2b-256 | 705ce40ef4ff1feba92b0a9634bc7085501a330e7858c28070cba4adc4a1de81 |
Hashes for highspy-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8159749966ebdb82cfd5d1b7f0b129159079d2c537577bcf4fca8d4433cf0f6 |
|
MD5 | 1cd3e4f1e1c80e6c43cb61046bb951ae |
|
BLAKE2b-256 | d59faf0f87969fe31d10a1a0d7eb5dad8f37280618a61456262e8e0de02d54bc |
Hashes for highspy-1.8.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e85db58058ac8748770d283bb401d10dce40d68bdc7c3ffd8947855f9161921 |
|
MD5 | 6666928f4ebaf39789108897e5097d56 |
|
BLAKE2b-256 | 6f5a049ed3f5a229c4e40a580333d73b65fd5311896db3bcbfe1756a0217fe3d |
Hashes for highspy-1.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d125e4cfefe0b3a22132ea23e7a946e8452ecf26ec42404719ce0ca357f1e143 |
|
MD5 | 6f5a46934c92080380bf2e39aa5a376d |
|
BLAKE2b-256 | 3e6e179f8e56e3ac49096e8be6695e115664735fd4bcdbf7ec8f2de8f1a7fd39 |
Hashes for highspy-1.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceb62b6a1091273802dc7932d8e17253542bdd79d68bcd8b5c84d8492ef188b1 |
|
MD5 | 78ff15d8c11fe73218ce9eeb61735e2b |
|
BLAKE2b-256 | c38c1a67f85d99a1f303bda5220a6b66bfad895231f58a4eb7c449cf7907999d |
Hashes for highspy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d18896ea224a506f4bc241e1e9c3789a70bffe48cf7f16c0870e686f0f6a31ff |
|
MD5 | 69402c8a3015683a71ba93e1ec36ae3b |
|
BLAKE2b-256 | d6519bbcbaccf16c3ffe0ed1246fc6a4a6fcb272dcadcc52ac994fc7130b6d73 |
Hashes for highspy-1.8.0-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 258a4d9c0ebea00da898d64945e7377c5beb4205c71ee03d37a9b4f31ae76820 |
|
MD5 | 7780ec47d40f61f6b8e4a8b02daa213f |
|
BLAKE2b-256 | 3d5448d449f810c43fc99fbfb3e8828ebbb58a82d28354f18f81880f4b32f799 |
Hashes for highspy-1.8.0-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48008985aa3aef00ddddbaf1fc05520f47187788c073dd501938dbcd2de42e0b |
|
MD5 | 19dccb2273a5de1c46e393ecd92f3211 |
|
BLAKE2b-256 | f328bdfbe632eca2a68120cca10378c7b211dfa66b69c11f6b5c6f98b8637d10 |
Hashes for highspy-1.8.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ec925632ae190bd0abbaa8d086599f3aae2fc6b1992e4b14aaf0920b4458972 |
|
MD5 | 9ed1899ecc9cc81fa997f26871d3f5e4 |
|
BLAKE2b-256 | f67b1c60d8fb9ca83033ca828ace35ad7750d7393ef3dced47fc26718e28b889 |
Hashes for highspy-1.8.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04d6bffaefc89a703270ec966764e58dac82967cf3158a0518c4da240e51cd4e |
|
MD5 | ffc5c57482fe1b1184855919b8c45cab |
|
BLAKE2b-256 | 77f82926021dc855d99a4b4cfe89218379beeb8acee59a1ef1d630351f31c247 |
Hashes for highspy-1.8.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4219af68872d02d9e012f02ed7f762a9d04db670c2fd5ded64669203e87494ba |
|
MD5 | 868373217662f5ad8acb939d6faaeab8 |
|
BLAKE2b-256 | 6875ca42a636adbd45066ed2ddcab95a8e29c3193f2b4959db478d087ae509ed |
Hashes for highspy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e7cf45356e43dd1b954427570ee80c7c35a0db478e1d7dfe6ea198b103dbb8d |
|
MD5 | 05e2816b72f38b789b816e9c7e30682a |
|
BLAKE2b-256 | 22ae0f0e56ef42397e227b21de0c5fd12ccde57227b32127977f76e0c778f7bd |
Hashes for highspy-1.8.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e6f68477e5d05997bc1601eec2dff8c332a3c0edec609cb07b077f789519eb5 |
|
MD5 | 9c9db8138093206d2d49a305344b6aef |
|
BLAKE2b-256 | 71aa9a5608bc474b53a32edd1168dcc747518e33658bdb967e8bcd9fc5cdc685 |
Hashes for highspy-1.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71594d055243f33292add38a023f90ff625eb9c72fc606676dbebe52ce6c69d5 |
|
MD5 | 474b52b0e2c91edcba4224f343dde3c7 |
|
BLAKE2b-256 | b28c0c400aefe1e9811208d9e39436fe4ea077f88c9b8fd9f6ee3399a4606f4b |
Hashes for highspy-1.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9105fdb13c62a5a47f3722eb2adffdaa4937f9ee6c3f404e8c390789a4e7e8d |
|
MD5 | c2e76bbef1818dea79081c16316ea021 |
|
BLAKE2b-256 | e469fbf009d5cab166f176282d96a78bfbceeecbdfad7cb69320b954c4bfd274 |
Hashes for highspy-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b13fdff6d6324694e185cf39d02e0a2a60e7d942ae2212101f14039514f2c8d |
|
MD5 | 78c41b90d2dfefb3f2f918da1cddc67f |
|
BLAKE2b-256 | df9d75d8ab27771555fcc5770f3f34e9acca16b1934d49e0a3906c9020f6b280 |
Hashes for highspy-1.8.0-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 178cc98b61b4942b252fe380e6df284cfa910905582f801a507cf509163b02ea |
|
MD5 | 56c085ee87327582f05ff7f573babb40 |
|
BLAKE2b-256 | f106994fdb9da7ef81e9a35323180fa25381f12a5b064197c9dbff081459c646 |
Hashes for highspy-1.8.0-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07360ac42db19eccecd96342e56990d19ad264d394ded992e49277da1a0fc4e5 |
|
MD5 | d02362003be7b095a0f02b49016cea9a |
|
BLAKE2b-256 | 725cfacd2059e947724c2efa786117485681f7f3a443c0d19bbaadaf77682e10 |
Hashes for highspy-1.8.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36c59c2601234b6b06044b6c0f1895eb8b26d6a3d1825c9d22bc0438e2ff5c4f |
|
MD5 | f6165bfbd9c86b43cac840f815523b8d |
|
BLAKE2b-256 | 961ffc47d763e147b931dee910c79bf4a1f70f5f5862b4e1c41e34aaffe3eec3 |
Hashes for highspy-1.8.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b3f6641ecd473ba309ec445f32b9cdc2a6375df10f6d945abd985e365e064fb |
|
MD5 | 208b8c6b3899bdb934bee64af2d6db6b |
|
BLAKE2b-256 | 2a253f998c14ad30b1da7ebc8c8b63f3167cf12991a219135953674e9919f060 |
Hashes for highspy-1.8.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98b8f2dbd1654eb19b81e43a24eb179c0198e4dd5eefaec469efb765e9ddcca3 |
|
MD5 | f20f8e727052d9f173b7a925756ddb04 |
|
BLAKE2b-256 | d59d3889438d2723b8a1ed0923eb66b80ac127b443b44c11c90ecd0978c0cdc6 |
Hashes for highspy-1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4431817b898bb24da67775789e47abf26a36aa1c834b2e92bbd6117cf1a5c1c3 |
|
MD5 | 01bea4bafc37f12249f8726bfa1ee35c |
|
BLAKE2b-256 | 318d8bb7c7447f19503e22264d49acb8a4147f566f3a726b67fce53f4909f463 |
Hashes for highspy-1.8.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 821fa24dd7d818161f1aba84f56b080a348c513e556b92517ef335abbeb1846d |
|
MD5 | 52f66128dc74f1bbc076dbebaf0a2b98 |
|
BLAKE2b-256 | 589c18e68def7dcf4fa528bf8d9d03a4c3e4d0aa60a10d5bc853fe85f583ee82 |
Hashes for highspy-1.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 129fb0f4b99330644d31f24a50aaa93d085d31eba1a6f196dd82de806c1e1b9b |
|
MD5 | 62d6175cb814fea58259569d958878a2 |
|
BLAKE2b-256 | 0779a5edab19f146fcc5d778de172e858d13c3eca4fb08117cd96e1620a899a8 |
Hashes for highspy-1.8.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31da76c2608a2e00566a6c65ae1bdf5649c6c5a5d529e4aea1af00cc1612d9a5 |
|
MD5 | 49626bf91cc98af957dd338176ec4957 |
|
BLAKE2b-256 | 4bd022a9479992000603aa3e7685a4aa5aa2417c3f627d3121137d8cb3799883 |
Hashes for highspy-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 456df4d4f40a15aeb89e5e94596eb7a327d74ab71cf9d2f2e7060afd2d0ebab3 |
|
MD5 | ac1764d4a8e2cfd73484c2dd0e358b23 |
|
BLAKE2b-256 | 02bc0dac59929901bcff2541b8fd9d732a7952a4f317e0df12c7890b1e6ec7dc |