Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrych committed Oct 25, 2023
1 parent 5c83335 commit d92934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cube_blmo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ struct CubeSimBLMO <: SimpleBoundableLMO
int_vars::Vector{Int}
end

function bounded_compute_extreme_point(sblmo::CubeSimpleBLMO, d, lb, ub, int_vars; kwargs...)
function bounded_compute_extreme_point(sblmo::CubeSimBLMO, d, lb, ub, int_vars; kwargs...)
v = zeros(length(d))
for i in eachindex(d)
if i in int_vars
Expand Down

0 comments on commit d92934a

Please sign in to comment.