We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd31b0 commit bbd4b33Copy full SHA for bbd4b33
1 file changed
src/sets.jl
@@ -2884,6 +2884,7 @@ julia> MOI.add_constraint(
2884
1.0 * x,
2885
MOI.LazyScalarSet(MOI.GreaterThan(1.0)),
2886
)
2887
+MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.LazyScalarSet{MathOptInterface.GreaterThan{Float64}}}(1)
2888
```
2889
"""
2890
struct LazyScalarSet{S<:AbstractScalarSet} <: AbstractScalarSet
0 commit comments