gurobi 3.01 solved my problem fast and nice. But i cant get to the values of the variables.
I use gurobi 3.01 simply on the input shell and last time i just write all values with m.write("solution.sol") in on file, which i processed further for some nice grafical solution.
This time m.write("out.sol") gives me no error, but neither i can find the written file.
Has anyone a suggestion?
Thx
--
GMX DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl
1) Your model didn't solve successfully. For example, it could have been infeasible. Check the status code and/or the logfile.
2) The solution file was produced, but it's in a different directory than what you expected. Search your computer for the file.
Incidentally, note that you can also produce a solution file via the ResultFile parameter.
The status of the model is 2. I suspect this means optimal, like it says
in the display.
But i didnt find the log file either. So can you please give me a hint
where gurobi normaly produces the log file and other output files?
Thank you
Niko
By the way: in which directory gurobi write the log-files ?
Thanks a lot for this fast solver....
Niko