[CoinUtils-tickets] [COIN-OR Common Utilities] #56: Incorrect treatment of infinity when reading

COIN-OR Common Utilities coin-trac at coin-or.org
Tue Nov 4 08:28:09 EST 2008


#56: Incorrect treatment of infinity when reading
----------------------+-----------------------------------------------------
  Reporter:  fmargot  |      Owner:             
      Type:  defect   |     Status:  new        
  Priority:  minor    |    Version:  trunk (SVN)
Resolution:           |   Keywords:  infinity   
----------------------+-----------------------------------------------------
Changes (by fmargot):

  * version:  => trunk (SVN)

Comment:

 Two typos: line 1663 should become

 1663 if(strlen(start_str) != 3) || (CoinStrNCaseCmp(start_str, "inf", 3)
 != 0)) {

 and line 1670 should become:

 1670 bnd2 = mult * lp_inf;

-- 
Ticket URL: <https://projects.coin-or.org/CoinUtils/ticket/56#comment:1>
COIN-OR Common Utilities <http://projects.coin-or.org/CoinUtils>
Common data structures and linear algebra functions for COIN-OR projects



More information about the CoinUtils-tickets mailing list