Originally posted by: Xammy
Hi,
when solving the simple problem
Maximize
obj: 0.1 x + y
Subject To
c1: x + y <= 2
c2: - x + y <= 1
Bounds
x Free
y Free
Generals
x y
End
with CPLEX 12.2 Academic, I get lines like "Warning: Infinity bound ignored" while processing the root node. Can somebody explain what it means or when they do occur?
Thank you!
Matthias
#CPLEXOptimizers#DecisionOptimization