Hi. The problem is unbounded and CPLEX will stop as soon as it proves this, and will return with a solution if it has one. See here: https://www.ibm.com/support/knowledgecenter/SSSA5P_12.10.0/ilog.odms.cplex.help/CPLEX/UsrMan/topics/infeas_unbd/unbounded/02_unbnded_defn.html
CPLEX will return *a* solution if it has one when it proves the problem unbounded. This
need not have an objective value of '+/-inf'. The fact that the problem is unbounded is
encoded in the returned status. In general, unboundedness is something to be avoided. The documentation gives some advice around this.
The fact that the solution returned is not always the same when the platform changes is not a bug. It’s just a consequence of CPLEX computations not necessarily taking the same paths when the hardware/OS changes.
#DecisionOptimization#Support#SupportMigration