Originally posted by: SystemAdmin
Hi everybody,
I am catching an incumbent in the callback, generate some cuts and add them through a cutcallback.
I have an array which holds the cuts as ilorange.
Only one thread is used.
Every thing works fine inside cutcallback and return from callback. It returns from callback but program immediately stops without any message. I tried to catch any exception with no avail.
Tried aggregator 1 time.
MIP Presolve eliminated 225 rows and 1 columns.
MIP Presolve modified 335 coefficients.
Reduced MIP has 635 rows, 100 columns, and 4994 nonzeros.
Reduced MIP has 100 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.02 sec.
Warning: Control callbacks may disable some MIP features.
Clique table members: 65.
MIP emphasis: balance optimality and feasibility.
MIP search method: traditional branch-and-cut.
Parallel mode: none, using 1 thread.
Root relaxation solution time = -0.00 sec.
Nodes Cuts/
Node Left Objective IInf Best Integer Best Node ItCnt Gap Variable B Nod
eID Parent Depth
0 0 2.23479e+075 8 74
0 0 2.23479e+075 9 Cuts: 10 98
0 0 2.23479e+075 8 Cuts: 2 120
Any comment is highly appreciated.
#CPLEXOptimizers#DecisionOptimization