Originally posted by: yanzhi
the cplex version is 12.4, matlab is 7.11.0(R2010b).
operating system is windows 7.
the log file for cplexmilp method is
{Tried aggregator 1 time.
MIP Presolve eliminated 123 rows and 111 columns.
MIP Presolve modified 6 coefficients.
Reduced MIP has 60 rows, 63 columns, and 181 nonzeros.
Reduced MIP has 0 binaries, 0 generals, 0 SOSs, and 0 indicators.
Probing time = 0.00 sec.
Tried aggregator 1 time.
Reduced MIP has 60 rows, 63 columns, and 181 nonzeros.
Reduced MIP has 0 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.09 sec.
Probing time = 0.00 sec.
MIP emphasis: balance optimality and feasibility.
MIP search method: dynamic search.
Parallel mode: deterministic, using up to 2 threads.
Root relaxation solution time = 0.08 sec.
Nodes Cuts/
Node Left Objective IInf Best Integer Best Bound ItCnt Gap
* 0 0 integral 0 5321.4324 5321.4324 31 0.00%
Elapsed real time = 0.20 sec. (tree size = 0.00 MB, solutions = 1)
Root node processing (before b&c):
Real time = 0.11
Parallel b&c, 2 threads:
Real time = 0.00
Sync time (average) = 0.00
Wait time (average) = 0.00
-------
Total (root+branch&cut) = 0.11 sec.}
the log file for cplex.solve(); method is
{Default variable names x1, x2 ... being created.
Default row names c1, c2 ... being created.
Tried aggregator 1 time.
MIP Presolve eliminated 123 rows and 111 columns.
MIP Presolve modified 6 coefficients.
Reduced MIP has 60 rows, 63 columns, and 181 nonzeros.
Reduced MIP has 0 binaries, 0 generals, 0 SOSs, and 0 indicators.
Probing time = 0.00 sec.
Tried aggregator 1 time.
Reduced MIP has 60 rows, 63 columns, and 181 nonzeros.
Reduced MIP has 0 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 0.00 sec.
Probing time = 0.00 sec.
MIP emphasis: balance optimality and feasibility.
MIP search method: dynamic search.
Parallel mode: deterministic, using up to 2 threads.
Root relaxation solution time = 0.00 sec.
Nodes Cuts/
Node Left Objective IInf Best Integer Best Bound ItCnt Gap
* 0 0 integral 0 5321.4324 5321.4324 31 0.00%
Elapsed real time = 0.00 sec. (tree size = 0.00 MB, solutions = 1)
Root node processing (before b&c):
Real time = 0.00
Parallel b&c, 2 threads:
Real time = 0.00
Sync time (average) = 0.00
Wait time (average) = 0.00
-------
Total (root+branch&cut) = 0.00 sec.}
#CPLEXOptimizers#DecisionOptimization