We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2de794 commit 8034332Copy full SHA for 8034332
src/Bridges/Variable/vectorize.jl
@@ -2,7 +2,10 @@
2
VectorizeBridge{T, S}
3
4
Transforms a constrained variable in `scalar_set_type(S, T)` where
5
-`S <: VectorLinearSet` constrained variables in `S`.
+`S <: VectorLinearSet` into a constrained vector of one variable in `S`. For
6
+instance, `VectorizeBridge{Float64, MOI.Nonnegatives}` transforms a constrained
7
+variable in `MOI.GreaterThan{Float64}` into a constrained vector of one
8
+variable in `MOI.Nonnegatives`.
9
"""
10
mutable struct VectorizeBridge{T, S} <: AbstractBridge
11
variable::MOI.VariableIndex
0 commit comments