Originally posted by: Minoo
I wrote my optimization problem using Cplex OPL. When I use Cplex.Solve() in the main part it does not give any solution. When I don't use Cplex.solve(), in the Engine Log, I get the following Results:
Version identifier: 12.10.0.0 | 2019-11-26 | 843d4de2ae
Found incumbent of value -1.420667 after 0.00 sec. (0.00 ticks)
Tried aggregator 2 times.
MIP Presolve eliminated 77 rows and 31 columns.
Aggregator did 5 substitutions.
All rows and columns eliminated.
Presolve time = 0.00 sec. (0.07 ticks)
Root node processing (before b&c):
Real time = 0.00 sec. (0.08 ticks)
Parallel b&c, 8 threads:
Real time = 0.00 sec. (0.00 ticks)
Sync time (average) = 0.00 sec.
Wait time (average) = 0.00 sec.
------------
Total (root+branch&cut) = 0.00 sec. (0.08 ticks)
How it's possible? If my problem has a solution, why Cplex does not show anything when I am using Cplex.solve()?
#CPLEXOptimizers#DecisionOptimization