Originally posted by: PierreNP
Thanks for the answer!
Yes I did that but without success.
It seems that cplex is searching a basis and that takes much time.
There is a method setBasisStatuses. I Don't know if I can use it in the solve callback to inform cplex about the basis solution statuses, maybe it could help.
edit: It seems setBasisStatuses is not in the solve callback api so I presume it can't be used in the solve callback.
will it help if in the callback, I put a primal and a dual solution in the setStart method?
regards,
Pierre.
#CPLEXOptimizers#DecisionOptimization