Originally posted by: SystemAdmin
Hi to everyone,
I am developing a Branch and Cut algorithm using CPLEX 12.1 Callable Library. For the LP relaxation algorithm, I'm setting the following parameters
CPX_PARAM_SUBALG 4
CPX_PARAM_BARCROSSALG -1
to evaluate the computational times of the barrier algorithm since relaxations are usually hard to solve.
I look at the log file and I notice that at each round of each node of the Branch and Cut tree, the barrier algorithm is runned three times providing exactly the same objective value every time, performing exactly the same iterations.
I would like to know if this is the usual behaviour for the barrier algorithm or if it is possible to set some parameters to avoid this situation, since every LP relaxation is very time consuming. In case it helps, I can provide with the information in the log file.
Thanks in advance for any thoughts or commentaries in this regard,
Paula.
#CPLEXOptimizers#DecisionOptimization