kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

subproblem solution status #29

Closed kibaekkim closed 3 years ago

kibaekkim commented 3 years ago

I think the current checking of solution status is too restrictive as allowing MOI.OPTIMAL or MOI.LOCALLY_SOLVED only. See https://github.com/kibaekkim/DualDecomposition.jl/blob/master/src/LagrangeDual.jl#L106

We may want to allow more statuses.