Closed hideakiv closed 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
../examples/noswot
./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.
Dual decomposition is not available for mps/dec files.
I am running a command on "Example: Generic structured program".
Seeing that
../examples/noswot
doesn't exist, I changed it toHowever, this gives me the output
Dual decomposition is not available for mps/dec files.