Skip to content

Commit

Permalink
Update src/cube_blmo.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Oct 19, 2023
1 parent 1a5ead0 commit 231319e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cube_blmo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ If the problem has n variables, they are expected to contiguous and ordered from
function Boscia.get_list_of_variables(blmo::CubeBLMO)
return blmo.n, collect(1:blmo.n)
end

"""
Get list of binary and integer variables, respectively.
"""
Expand Down

0 comments on commit 231319e

Please sign in to comment.