Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOI] allow batch modification #193

Closed
odow opened this issue Jan 22, 2024 · 1 comment · Fixed by #196
Closed

[MOI] allow batch modification #193

odow opened this issue Jan 22, 2024 · 1 comment · Fixed by #196
Labels
enhancement New feature or request

Comments

@odow
Copy link
Member

odow commented Jan 22, 2024

From a discussion with @joaquimg:

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

@odow
Copy link
Member Author

odow commented Jan 23, 2024

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

@odow odow closed this as completed in #196 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant