In stable/1.14, in the isBinary() method of OsiClpSolverInterface?.cpp around line 2718, a comparison of bounds with 1 and 0 is made without tolerances. But since bounds are double numbers this might create problems. I have an example where a lower bound with value 1e-15 results in the method to return false.
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/50
In stable/1.14, in the isBinary() method of OsiClpSolverInterface?.cpp around line 2718, a comparison of bounds with 1 and 0 is made without tolerances. But since bounds are double numbers this might create problems. I have an example where a lower bound with value 1e-15 results in the method to return false.