From 48f63132462764fb653e0e5e11fad75459fa1f17 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 1 Dec 2023 15:49:31 +1300 Subject: [PATCH] [docs] add warning to SkipModelConvertScalarSetWrapper (#3592) --- src/constraints.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constraints.jl b/src/constraints.jl index 7c6d9309b7b..5b6651cdd54 100644 --- a/src/constraints.jl +++ b/src/constraints.jl @@ -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