Currently, a bridge optimizer uses it's own cache but it serves only two purposes:
- Implement getters for
ConstraintFunction and ConstraintSet
- Implement constraint names for bridge constraints
We should get rid of the bridge optimizer cache by:
- Requiring bridges to implement
MOI.get for ConstraintFunction and ConstraintSet
- Implement constraint names in the bridge optimizer without relying on an
MOIU.Model (similar to UniversalFallback)
Currently, a bridge optimizer uses it's own cache but it serves only two purposes:
ConstraintFunctionandConstraintSetWe should get rid of the bridge optimizer cache by:
MOI.getforConstraintFunctionandConstraintSetMOIU.Model(similar toUniversalFallback)