Skip to content

Commit 097156d

Browse files
authored
hotfix (#58)
1 parent 9ce5619 commit 097156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ExaModelsMadNLP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import MathOptInterface
66

77
const MOI = MathOptInterface
88

9-
ExaModels.MadNLPOptimizer(backend = nothing; kwargs...) = ExaModels.Optimizer(NLPModelsIpopt.madnlp, nothing; kwargs...)
9+
ExaModels.MadNLPOptimizer(backend = nothing; kwargs...) = ExaModels.Optimizer(MadNLP.madnlp, nothing; kwargs...)
1010

1111
function ExaModels.result_status_translator(::typeof(MadNLP.madnlp), status)
1212
Base.get(_RESULT_STATUS_CODES, status, MOI.UNKNOWN_RESULT_STATUS)

0 commit comments

Comments
 (0)