[Symphony-tickets] [SYMPHONY] #73: Symphony 5.1.4 with MS Visual Studio 2005 Professional

SYMPHONY coin-trac at coin-or.org
Tue Jul 10 10:57:37 EDT 2007


#73: Symphony 5.1.4 with MS Visual Studio 2005 Professional
----------------------+-----------------------------------------------------
 Reporter:  jcheng    |       Owner:  tkr
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:  5.2
Component:  Not Sure  |     Version:     
 Keywords:            |  
----------------------+-----------------------------------------------------
 The Win32\v8\symphony.vcproj does not include AdditionalDependencies


                         <Tool
                                 Name="VCLinkerTool"
                                 OutputFile=".\Debug/symphony.exe"
                                 LinkIncremental="2"
                                 SuppressStartupBanner="true"
 IgnoreDefaultLibraryNames="odbc32.lib;odbccp32.lib"
                                 GenerateDebugInformation="true"
                                 ProgramDatabaseFile=".\Debug/symphony.pdb"
                                 SubSystem="1"
                                 TargetMachine="1"
                         />

 After the AdditionalDependencies  was added after Name="VCLinkerTool"

 AdditionalDependencies=".\Debug\libsymphony.lib
 .\cgl\libcgl\debug\libcgl.lib .\clp\libclp\debug\libclp.lib
 .\Osi\libOsiclp\debug\libosiclp.lib .\osi\libosi\debug\libosi.lib
 .\clp\libclp\debug\libclp.lib
 .\coinutils\libcoinutils\debug\libcoinutils.lib"

 The binary was generated with some warnings.  The generated binary was
 tested with pp08CUTS.mps of MIPLib2003.   The run produced cost solution
 of 7350.  The run took about 11 minutes on a Dell Pentium 4 2.8GHz under
 Windows XP.

 Similar AdditionalDependencies must be added for .\Release\Symphony.exe.

-- 
Ticket URL: <https://projects.coin-or.org/SYMPHONY/ticket/73>
SYMPHONY <http://projects.coin-or.org/SYMPHONY>
The SYMPHONY framework for parallel branch-and-cut algorithms.



More information about the Symphony-tickets mailing list