Originally posted by: rbl25
Hi,
I have a relatively small/medium MIP problem that is taking too long to be solved.
A Concorde function is called inside the usercuts (only on the root node) and the lazzyconstraints to separate some subtour elimination constraints.
I'm using the default parameters of cplex, except for the linear relaxation, which I imposed the barrier algorithm (the default parameter here takes much more time, around 300 seconds, against 5 seconds when the barrier is imposed).
CPXPARAM_LPMethod 4
CPXPARAM_QPMethod 4
CPXPARAM_Threads 1
CPXPARAM_MIP_Tolerances_MIPGap 0.001
CPXPARAM_MIP_Strategy_StartAlgorithm 4
CPXPARAM_MIP_Strategy_CallbackReducedLP 0
The problem has 23175 rows, 20083 columns, 137436 nonzeros, and 373 binaries variables.
The problem has been solved for 34435 seconds and the gap found until this time is around 48%.
The output for this instance follows attached.
I would like to know if anyone has any suggestion about any cplex parameter that can be changed to improve the resolution of the problem.
Thank you.
#CPLEXOptimizers#DecisionOptimization