Originally posted by: Frops
Dear all,
I would like to use MIPStart to use a solution previously found to help Cplex find an optimal of the problem or to save some computational time.
My current way of working is:
-
I write a model with opl language and export it to lp model.
-
I try to solve the model in Matlab, and work with matlab interfaces.
-
My heuristic finds a feasible solution
I would like to write a MST or SOL file from this feasible solution that I obtain to enter it to CPLEX as a MIPstart solution.
What are the features of these files?
Are they linked to only one lp model?
Are there specific headings or format to follow?
I have exported sol files from solved models to see the structure, but I would like to know if I can just follow the examples to generate them externally.
Changing the names of the variables, and indexs.
Thanks in advanced,
#CPLEXOptimizers#DecisionOptimization