Originally posted by: MichaelD.Moffitt
Consider the following model:
http://www.eecs.umich.edu/~mmoffitt/model_56.lp and program execution (using the x86-64_debian4.0_4.1 binary):
CPLEX> read model_56.lp
Problem 'model_56.lp' read.
Read time = 0.01 sec.
CPLEX> mipopt
From all appearances, CPLEX enters into an infinite loop around node 21500:
Elapsed real time = 8.83 sec. (tree size = 1.02 MB, solutions = 12)
21100 2707 cutoff 316.0000 312.0000 242735 1.27%
21200 2726 312.0000 14 316.0000 312.0000 244236 1.27%
21300 2743 312.9582 31 316.0000 312.0000 246156 1.27%
21400 2750 infeasible 316.0000 312.0000 247872 1.27%
21500 2793 cutoff 316.0000 312.0000 248989 1.27%
hangs for hours Any thoughts? Can others reproduce this?
#CPLEXOptimizers#DecisionOptimization