Originally posted by: JonasAhmt
I am currently working on a project where I am quite sure it would be very beneficial to take advantage of CPLEX's addMIPStart feature. I am accessing CPLEX through Concert using Java in Eclipse. My problem is that the functions I want to use (specifically addMIPStart and deleteMIPStarts) do not seem to exist for the IloCplex class. Curiously, writeMIPStart and readMIPStart
DO seem to exist, indicating that some support for MIPStart is available. As far as I understand these two functions are used for writing out an already added MIPStart or loading in an already created MIPStart.
I am using CPLEX 11.0 which I do believe should support these functions. Does anyone have any suggestions on how to get access to these functions? Or any suggestions for workarounds? It would be very much appreciated.
#CPLEXOptimizers#DecisionOptimization