Hi,
I would like to change certain parameters during the B&B process in Java API and was wondering what could be the most efficient way to do so.
Suppose I start my solution process by setting RINS parameter as 250
cplex.setParam(IloCplex.Param.MIP.Strategy.RINSHeur, 250)Then, I intend to update this parameter, say after 5 minutes later. My question might be more related to coding rather than CPLEX, but I thought that someone might have already done this in the CPLEX community.
I would appreciate any help.
------------------------------
S Y
------------------------------
#DecisionOptimization