Skip to content

Commit cd5e348

Browse files
committed
fix doc test
1 parent 21d2f9f commit cd5e348

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/MOI_wrapper.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,13 +1887,10 @@ ParametricOptInterface.Optimizer{Float64, MOIU.Model{Float64}}
18871887
└ NumberOfConstraints: 0
18881888
18891889
julia> MOI.set(model, POI.ConstraintsInterpretation(), POI.ONLY_BOUNDS)
1890-
ONLY_BOUNDS::ConstraintsInterpretationCode = 1
18911890
18921891
julia> MOI.set(model, POI.ConstraintsInterpretation(), POI.ONLY_CONSTRAINTS)
1893-
ONLY_CONSTRAINTS::ConstraintsInterpretationCode = 0
18941892
18951893
julia> MOI.set(model, POI.ConstraintsInterpretation(), POI.BOUNDS_AND_CONSTRAINTS)
1896-
BOUNDS_AND_CONSTRAINTS::ConstraintsInterpretationCode = 2
18971894
```
18981895
"""
18991896
struct ConstraintsInterpretation <: MOI.AbstractOptimizerAttribute end

0 commit comments

Comments
 (0)