[Cbc] Change to cbc output file format

Rod Frowd rod at frowd.net
Mon Jun 22 21:51:25 EDT 2009


John:

I am having some problems parsing the solution output files from cbc, I 
need to get a blank added after the row and column name in the solution 
file?

I have done the change in my working copy, but if possible I would like 
to get this checked in to the trunk.

cbcSolve.cpp
10164c10164
<                       fprintf(fp,"%15.8g        
%15.8g\n",primalRowSolution[iRow],
---
 >                       fprintf(fp," %15.8g        
%15.8g\n",primalRowSolution[iRow],
10208c10208
<             fprintf(fp,"%15.8g        %15.8g\n",
---
 >             fprintf(fp," %15.8g        %15.8g\n",




Rod
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rod.vcf
Type: text/x-vcard
Size: 308 bytes
Desc: not available
Url : http://list.coin-or.org/pipermail/cbc/attachments/20090623/fd6ad3fe/attachment.vcf 


More information about the Cbc mailing list