We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8f2bb commit a32e2e8Copy full SHA for a32e2e8
src/Bridges/Constraint/bridges/set_conversion.jl
@@ -11,7 +11,7 @@ for a given type `T` and set `S2`:
11
```julia
12
MOI.Bridges.add_bridge(model, MOI.Bridges.Constraint.SetConversionBridge{T,S2})
13
```
14
-In order to define a bridge with `S2` specified but `T` unspecified, e.g.,
+In order to define a bridge with `S2` specified but `T` unspecified, for example
15
for `JuMP.add_bridge`, you can use
16
17
const MyBridge{T,S1,F} = MOI.Bridges.Constraint.SetConversionBridge{T,S2,S1,F}
0 commit comments