Originally posted by: svojoe
Im working on a rather complex MIP Problem, that i need to solve using the CPLEX Interactive Optimizer (working on an external server). To wirk with the solution I have CPLEX returning a .sol File.
Now I need to read the .sol File into my model or run-configuration as a feasible solution to to run the model of off.
The reason I am trying to to this is, that I have a number of expression specified in my model to which I need the resulting values (which I would then like to write to Excel using commands in my .dat File). The interactive Optimizer obviously does not specify my expressions in the solution file.
Is there any way to do this, to read a .sol file (or .mst file i suppose) into a run-configuration in IBM ILOG Cplex Optimization Studio 12.5?
Any sort of help would be greatly appreciated!
#CPLEXOptimizers#DecisionOptimization