Argonne-National-Laboratory / DSP

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

In the current version, the discretized points data should follow the reference points data #183

Open gbyeon opened 3 years ago

gbyeon commented 3 years ago

There is a line that distinguishes between discretized or sampled points using the scenario index: https://github.com/Argonne-National-Laboratory/DSP/blob/2c53e5aaeff5dbb6c5a9f25fd9080a4eea7911b6/src/Solver/DualDecomp/DdSub.cpp#L242

It may be good to add to the usage guide or manual?