COIN-OR::LEMON - Graph Library

Changeset 2386:81b47fc5c444 in lemon-0.x for demo/simann_maxcut_demo.cc


Ignore:
Timestamp:
03/02/07 19:04:28 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3217
Message:

Hard Warning checking

  • based on the remark of the ZIB user
  • we do not use -Winline
File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/simann_maxcut_demo.cc

    r2242 r2386  
    117117  simann.run();
    118118 
    119   Entity* be = (Entity *) simann.getBestEntity();
     119  Entity* be = static_cast<Entity*>(simann.getBestEntity());
    120120  std::cout << be->sum << std::endl;
    121121  for (NodeIt n(g); n != INVALID; ++n)
Note: See TracChangeset for help on using the changeset viewer.