File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -251,9 +251,11 @@ Run a series of tests that check the correctness of `Bridge`.
251251`input_fn` and `output_fn` are functions such that `input_fn(model)`
252252and `output_fn(model)` load the corresponding model into `model`.
253253
254- Set `cannot_unbridge` to `true` if the bridge is a variable bridge
255- for which [`Variable.unbridged_map`](@ref) returns `nothing` so that
256- the tests allow errors that can be raised due to this.
254+ Set `cannot_unbridge` to `true` if the bridge transformation is not invertible.
255+ If `Bridge` is a variable bridge this allows [`Variable.unbridged_map`](@ref)
256+ to returns `nothing` so that the tests allow errors that can be raised due to this.
257+ If `Bridge` is a constraint bridge this allows the getter of [`MOI.ConstraintFunction`](@ref)
258+ and [`MOI.ConstraintPrimalStart`](@ref) to throw [`MOI.GetAttributeNotAllowed`](@ref).
257259
258260## Example
259261
You can’t perform that action at this time.
0 commit comments