Replies: 4 comments 8 replies
|
Hi Tobie, We are currently working on HiGHS with HiPO in Python. There is some more work to do, as we want to keep HiPO optional. Please note, that using HIPO changes the license from MIT to Apache. For the moment, you can use the developemnt version from conda-forge with Or you could build it locally, if you check out branch py-l2 and run These build steps will change with our ongoing re-structure of the dependency management |
|
It would be great if you could try to build the "latest" branch as well: To install locally without an existing OpenBLAS installation, run To install locally with an existing OpenBLAS installation, run If the OpenBLAS installation path is not in the default set, it could be provided with HiPO is relatively well-tested, CUDA we have yet to test and update! |
|
HI,
Thank you. I will try to build as suggested and also see if I can compile
CUDA support in. For us, CUDA solved the issue in half the time (600s)
compared to Hipo (1200s) and Cplex (85 seconds).
regards
Tobie
…On Fri, Jun 12, 2026 at 4:52 PM galabovaa ***@***.***> wrote:
It would be great if you could try to build the "latest" branch as well:
To install locally without an existing OpenBLAS installation, run
python -m pip install ./highspy-extras
python -m pip install .
To install locally with an existing OpenBLAS installation, run
python -m pip install ./highspy-extras --config-settings=cmake.define.BUILD_OPENBLAS=OFF
python -m pip install .
If the OpenBLAS installation path is not in the default set, it could be
provided with
--config-settings=cmake.define.BLAS_LIBRARIES=/path/to/openblas/library
HiPO is relatively well-tested, CUDA we have yet to test and update!
—
Reply to this email directly, view it on GitHub
<#2928?email_source=notifications&email_token=AAGETQMCV3WX5ZJJ5JDEV5D47QKMVA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZSHAYTGNJVUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-17281355>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGETQPQVSTMZB7GMR5ACCL47QKMVAVCNFSNUABHKJSXA33TNF2G64TZHMYTENRZHE2DONJYHNCGS43DOVZXG2LPNY5TSNRZHE4DKNVBOYBA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Tobie Nortje* 079 897 9035
|


Uh oh!
There was an error while loading. Please reload this page.
Hi,
i was able to build Highs 1.3.1 from sources for:
a) hipo/blas and also
2) cuda and both worked.
I also want to compile highspy to run with pypsa but it gives error ERRORHIPO is only available in C++. Not yet supported in Python. - is it possible to build highspy yet for the new implementation.
I ran `pip install .' against the pyproject.toml with the Blas and Hipo Cmake flags set. It runs to almost completion and then the error - Process failed with very little further info.
thanks
Tobie
All reactions