HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Compute dual objective value

Open jajhall opened this issue 1 year ago • 1 comments

jajhall avatar Oct 16 '24 09:10 jajhall

Here's where we do it: https://github.com/jump-dev/HiGHS.jl/blob/c736c0260d9bf74dcb544e4e76ebf05a00ac0593/src/MOI_wrapper.jl#L2107-L2193

  • We don't include the offset if there is a ray
  • If there is a primal solution we pick the closest bound
  • If there is no primal solution (like a ray) we pick the bound corresponding to if ( d <= 0 ) {u } else { l }

odow avatar Oct 16 '24 19:10 odow

Closed by #1984

jajhall avatar Oct 27 '24 08:10 jajhall