Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jul 22, 2024
1 parent 55ed960 commit 61f396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function test_maxtime_cpu()
@test MOI.supports(model, attr)
MOI.set(model, attr, 30)
p = Ref{Cdouble}(0.0)
KN_get_double_param(model.inner, KN_PARAM_MIP_MAXTIMECPU, p)
KNITRO.KN_get_double_param(model.inner, KNITRO.KN_PARAM_MIP_MAXTIMECPU, p)
@test p == 30.0
return
end
Expand Down

0 comments on commit 61f396d

Please sign in to comment.