kibaekkim / DualDecomposition.jl

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

Nonconvex termination status #10

Closed wzhangw closed 4 years ago

wzhangw commented 4 years ago

The package does not consider termination statuses for block models other than MOI.OPTIMAL and MOI.LOCALLY_SOLVED. For block models that are non-convex, it is necessary to consider other possibilities.