Skip to content

Commit

Permalink
Update src/Bridges/Constraint/bridges/set_conversion.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 17, 2024
1 parent 1c8f2bb commit a32e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/Constraint/bridges/set_conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for a given type `T` and set `S2`:
```julia
MOI.Bridges.add_bridge(model, MOI.Bridges.Constraint.SetConversionBridge{T,S2})
```
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
for `JuMP.add_bridge`, you can use
```julia
const MyBridge{T,S1,F} = MOI.Bridges.Constraint.SetConversionBridge{T,S2,S1,F}
Expand Down

0 comments on commit a32e2e8

Please sign in to comment.