Argonne-National-Laboratory / DSP

An open-source parallel optimization solver for structured mixed-integer programming
Other
81 stars 24 forks source link

Osi not defined for Subgradient method #258

Closed hideakiv closed 1 year ago

hideakiv commented 1 year ago

Segmentation fault occurring at https://github.com/Argonne-National-Laboratory/DSP/blob/release/src/Solver/DualDecomp/DdDriverSerial.cpp#L73, when Subgradient method is called. I believe Osi is responsible for the master optimization problem where it is not defined for Subgradient methods.

hideakiv commented 1 year ago

addressed in #259