jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
108 stars 15 forks source link

[MOI] allow batch modification #193

Closed odow closed 8 months ago

odow commented 8 months ago

From a discussion with @joaquimg:

Allow batch modification to change coefficients and sets in HiGHS if available at low-level C API.

odow commented 8 months ago

196 modifies the variable bounds and constraint RHS as vectors. HiGHS does not support modifying multiple constraint coefficients in a single call.