Hello,
I am trying to save and then upload a Gurobi solution.
I have tried the following parameters in gurobi
resultfile' = 'gurobi.sol',
'wantsol' = 4
but when I load the gurobi.sol file, it returns an error
Error executing "solution" command:
early end of file reading gurobi.sol
I have also tried using
write bsolution; write gsolution;
but when I load the solution.sol file and execute the solve command, gurobi does not recognize it as a solution and does some iterations.
I would appreciate any help on this.
Thank you