MPS/LP Problems
  In MPS/LP problems, when the solver has finished, and regardless of the actual final search status, 
  OK is returned. 
 
 In this case, check the 
 exitCode field of the 
 executionStatus structure to check if your problem was solved optimally. Valid values are: 
 - 0: Optimization not started
- 1: Locally optimal
- 2: Optimal
- 3: Locally infeasible
- 4: Infeasible
- 5: Unbounded
- 6: Unfinished
The Optimizer solve log is available in the execution's run log.
 
