jump-dev / jump-dev/MathOptInterface.jl
Variable deletion with bridges
- Lenguaje dominante
- Julia
- Estrellas
- 504
- Forks
- 101
- Merge medio
- 6 h 26 min
- PR fusionados (30 d)
- 22
Descripción
All bridges in MOI are affine transformations except the QuadtoSOC bridge.
As deletion commutes with affine transformations, except for the QuadtoSOC bridge, there should be no issue just deleting the variable in the bridged solver model.
Deleting a variable part of a quadratic term of a quadratic function bridged by the QuadtoSOC bridged might be an issue though.
We should check that and add tests (with quadratic objective and quadratic constraints).
See https://github.com/jump-dev/MathOptInterface.jl/pull/2150/files#r1173436839
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.