[Cbc] CBC and MSVC2013

Ted Ralphs ted at lehigh.edu
Mon Feb 22 11:21:43 EST 2016


Cbc is being tested against Visual Studio 2013 on Appveyor and seems to be
building fine:

https://ci.appveyor.com/project/tkralphs/cbc/build/1.0.32/job/4s0x570ssx44cjjn

How are you building?

Cheers,

Ted

On Mon, Feb 22, 2016 at 10:56 AM, Christoph Cullmann <cullmann at absint.com>
wrote:

> Hi,
>
> > Hi,
> >
> > IMHO this patch is needed to have it compile with VisualStudio 2013:
> >
> > diff --git a/src/CoinUtils/src/CoinPresolveDupcol.cpp
> > b/src/CoinUtils/src/CoinPresolveDupcol.cpp
> > index 1778a30..3f6055c 100644
> > --- a/src/CoinUtils/src/CoinPresolveDupcol.cpp
> > +++ b/src/CoinUtils/src/CoinPresolveDupcol.cpp
> > @@ -1871,7 +1871,7 @@ gubrow_action::~gubrow_action()
> >   }
> >
> >   // Must add cast to placate MS compiler
> > -  deleteAction(actions_,action*) ;
> > +  deleteAction(actions_,gubrow_action::action*) ;
> > }
> >
> > Could this be applied to the SVN?
> Patch needs to be reversed, sorry, this is the diff of my version against
> current trunk, e.g. gubrow_action:: must be removed.
>
> Greetings
> Christoph
>
> --
> ----------------------------- Dr.-Ing. Christoph Cullmann ---------
> AbsInt Angewandte Informatik GmbH      Email: cullmann at AbsInt.com
> Science Park 1                         Tel:   +49-681-38360-22
> 66123 Saarbrücken                      Fax:   +49-681-38360-20
> GERMANY                                WWW:   http://www.AbsInt.com
> --------------------------------------------------------------------
> Geschäftsführung: Dr.-Ing. Christian Ferdinand
> Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234
>
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc
>



-- 
Dr. Ted Ralphs
Professor, Lehigh University
(610) 628-1280
ted 'at' lehigh 'dot' edu
coral.ie.lehigh.edu/~ted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20160222/9a71d093/attachment-0001.html>


More information about the Cbc mailing list