You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #36 and observed in #33, CglTwomir created invalid cuts when used with OsiCpx because it used a wrong value to check for absent sides of a row.
There are plenty of occurrences of (COIN_)DBL_MAX in the cut generators. Many of these should be changed to use the OSI's getInfinity().
The text was updated successfully, but these errors were encountered:
As noted in #36 and observed in #33, CglTwomir created invalid cuts when used with OsiCpx because it used a wrong value to check for absent sides of a row.
There are plenty of occurrences of
(COIN_)DBL_MAX
in the cut generators. Many of these should be changed to use the OSI'sgetInfinity()
.The text was updated successfully, but these errors were encountered: