SCIP write best feasible solution in automated test
问题 Based on steps in http://scip.zib.de/doc/html/TEST.php, I have managed to set up an automated test using SCIP. However, I'd like to write the solution (best feasible solution) to a file, instead of just getting the objective value. Is there anyway to do it in the automated test? I did a hack in check.sh by replacing OPTCOMMAND=optimize; write solution myfilename.sol; But too bad, it doesn't seem to work, when I tried to make TEST=mytest test, this line is observed from the output bash ./check