Skip to content

Commit 60080ca

Browse files
committed
fix NLP block
1 parent 7bd2f95 commit 60080ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/MOI_wrapper.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,10 @@ end
12811281
# Solutions Attributes
12821282
#
12831283

1284+
function MOI.supports(model::Optimizer, attr::MOI.NLPBlock)
1285+
return false
1286+
end
1287+
12841288
function MOI.supports(model::Optimizer, attr::MOI.AbstractModelAttribute)
12851289
return MOI.supports(model.optimizer, attr)
12861290
end

0 commit comments

Comments
 (0)