[Osi-tickets] [COIN-OR Open Solver Interface] #31: Microsoft cl compiler does work with pow(int, double) signature

COIN-OR Open Solver Interface coin-trac at coin-or.org
Tue May 15 19:12:27 EDT 2007


#31: Microsoft cl compiler does work with pow(int, double) signature
-------------------------------------+--------------------------------------
 Reporter:  kmartin                  |       Owner:  mjs   
     Type:  defect                   |      Status:  new   
 Priority:  minor                    |   Milestone:        
Component:  OsiDyLP                  |     Version:  0.95.2
 Keywords:  Microsoft Visual Studio  |  
-------------------------------------+--------------------------------------
 In OsiDlypPresolve change line 279

   { val *= pow(10,(double) exp) ; }

 to

   { val *= pow(10.,(double) exp) ; }

 and line 286

   { val *= pow(10,(double) exp) ; }

 to

   { val *= pow(10.,(double) exp) ; }

 The Microsoft cl complier does not work with the signature pow(int,
 double)

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/31>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).



More information about the Osi-tickets mailing list