Originally posted by: vyazici
Hello,
For a particular IP problem (available in the attachment), the solution produced by CPLEX 12.1.0 does not satisfy the input constraints:
CPLEX> read dc-min.lp
Problem 'dc-min.lp' read.
Read time = 0.00 sec.
CPLEX> mipopt
Tried aggregator 1 time.
MIP Presolve eliminated 106 rows and 130 columns.
Aggregator did 4 substitutions.
Reduced MIP has 25 rows, 56 columns, and 131 nonzeros.
Reduced MIP has 56 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.00 sec.
Clique table members: 41.
MIP emphasis: balance optimality and feasibility.
MIP search method: dynamic search.
Parallel mode: deterministic, using up to 4 threads.
Root relaxation solution time = 0.00 sec.
Nodes Cuts/
Node Left Objective IInf Best Integer Best Node ItCnt Gap
* 0+ 0 0.0000 22 ---
0 0 60.0000 2 0.0000 60.0000 22 ---
* 0+ 0 52.0000 60.0000 22 15.38%
0 0 60.0000 2 52.0000 Cuts: 13 23 15.38%
0 0 60.0000 2 52.0000 Cuts: 10 24 15.38%
* 0+ 0 60.0000 60.0000 24 0.00%
0 0 cutoff 60.0000 60.0000 24 0.00%
GUB cover cuts applied: 3
Clique cuts applied: 6
Cover cuts applied: 6
Zero-half cuts applied: 2
Gomory fractional cuts applied: 1
Root node processing (before b&c):
Real time = 0.01
Parallel b&c, 4 threads:
Real time = 0.00
Sync time (average) = 0.00
Wait time (average) = 0.00
-------
Total (root+branch&cut) = 0.01 sec.
Solution pool: 3 solutions saved.
MIP - Integer optimal solution: Objective = 6.0000000000e+01
Solution time = 0.01 sec. Iterations = 24 Nodes = 0
CPLEX> display solution variables s_1_*_0
Incumbent solution
Variable Name Solution Value
s_1_1_0 1.000000
s_1_2_0 1.000000
s_1_4_0 1.000000
The solution does not satisfy the following constraint in the input file:
4 s_1_1_0 s_1_4_0 - 1 s_1_1_0 s_1_4_0 < 3
What might I be missing?
Any helps will be really appreciated.
Best.
#CPLEXOptimizers#DecisionOptimization