I have a MIP problem giving me 3 solutions in CPLEX. How do I take one of those solutions and export it to an excel file?
I tried the following so far: This is what I typed in CPLEX command prompt window
read try
optimize
display solution member
Display which solution: 1
variables
-
write try2
sol
Incumbent solution written to file 'try2'. <-- OUTPUT ON SCREEN
This is an unknown format of file. I don't know what it is. I want an excel file.