Boscia.jl icon indicating copy to clipboard operation
Boscia.jl copied to clipboard

variable index not preserved in copy_to

Open hannahtro opened this issue 2 years ago • 0 comments

  • problem occurring in strong_branching.jl: the variable indices in the destination model do not match the source model
  • the function should either be updated in MOI itself, see issue https://github.com/jump-dev/MathOptInterface.jl/issues/2236
  • or we need our own copy_to function ensuring the identical variable indexing
  • or we have to update f and grad! in Boscia to be linked to variable types and not just the indices

hannahtro avatar Jul 05 '23 12:07 hannahtro