PyOptInterface
PyOptInterface copied to clipboard
Efficient modeling interface for mathematical optimization in Python
Following our previous discussion on HiGHS repo, can callback be supported for HiGHs as well? I can help with testing.
# Description This PR adds wheels for _linux-aarch64_. ## Changes - Adds `*-manylinux_aarch64` wheels build target(s). - Moves `cibuildwheel` configuration to `pyproject.toml`. - Modifies `{...}/setup_optimizers_linux/action.yml` to also download the optimizers...
Hey! Thank you for the awesome project! It's really performant and works nicely. One thing that I found missing are wheels for linux-aarch64. Nowadays, a good chunk of cloud or...
In COPT 7.2.5, NLP is supported, but now only in C API, see [General Nonlinear Programming (NLP)](https://guide.coap.online/copt/en-doc/modeling.html#general-nonlinear-programming-nlp). Is there any plan to support it in pyoptinterface?
Xpress is also a widely used solver. Would that on your roadmap?