Skip to content

Commit

Permalink
[docs] add warning to SkipModelConvertScalarSetWrapper (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 1, 2023
1 parent 3cbb874 commit 48f6313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,10 @@ sets to the same [`value_type`](@ref) as the model.
In cases there this is undesirable, wrap the set in `SkipModelConvertScalarSetWrapper`
to pass the set un-changed to the solver.
!!! warning
This struct is intended for use internally by JuMP extensions. You should not
need to use it in regular JuMP code.
## Examples
```jldoctest
Expand Down

0 comments on commit 48f6313

Please sign in to comment.