CoinMP
CoinMP copied to clipboard
CoinMP returns wrong status
Issue created by migration from Trac.
Original creator: pikachu
Original creation time: 2016-04-19 09:42:27
Assignee: somebody
Version:
According https://projects.coin-or.org/Cbc/browser/stable/2.9/Cbc/src/CbcModel.hpp#L945
The final CbcModel status need to check isXXX functions rather than use the status code directly
So the line at https://projects.coin-or.org/CoinMP/browser/stable/1.8/CoinMP/src/CoinCbc.cpp#L986 is not correct.