Argonne-National-Laboratory / DSP

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

Unable to run commands on the Examples document #207

Closed hideakiv closed 2 years ago

hideakiv commented 2 years ago

I am running a command on "Example: Generic structured program".

./bin/runDsp --algo dd \
                 --mps ../examples/noswot \
                 --dec ../examples/noswot \
                 --soln mysoln \
                 --param myparam.txt

Seeing that ../examples/noswot doesn't exist, I changed it to

./bin/runDsp --algo dd \
                 --mps ../examples/mps-dec/noswot.mps \
                 --dec ../examples/mps-dec/noswot.dec \
                 --soln mysoln \
                 --param myparam.txt

However, this gives me the output Dual decomposition is not available for mps/dec files.