Skip to content

Commit e67879e

Browse files
committed
handle AbstractOptimizerAttribute
1 parent dc86850 commit e67879e

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
@@ -1045,3 +1045,7 @@ end
10451045
function MOI.get(model::Optimizer, ::NonLinearKKTJacobianFactorization)
10461046
return model.input_cache.factorization
10471047
end
1048+
1049+
function MOI.set(model::Optimizer, attr::MOI.AbstractOptimizerAttribute, value)
1050+
MOI.set(model.optimizer, attr, value)
1051+
end

0 commit comments

Comments
 (0)