COIN-OR::LEMON - Graph Library

Changeset 985:b9887ae63df0 in lemon-1.2 for test/preflow_test.cc


Ignore:
Timestamp:
08/07/13 07:09:31 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.2
Parents:
981:2c2e8df67ddc (diff), 984:a337a0dd3f75 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge #294 to branch 1.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/preflow_test.cc

    r972 r985  
    8787  VType v;
    8888  bool b;
    89   ignore_unused_variable_warning(v,b);
     89  ::lemon::ignore_unused_variable_warning(v,b);
    9090
    9191  typedef Preflow<Digraph, CapMap>
     
    121121  const_preflow_test.minCutMap(cut);
    122122
    123   ignore_unused_variable_warning(fm);
     123  ::lemon::ignore_unused_variable_warning(fm);
    124124}
    125125
  • test/preflow_test.cc

    r983 r985  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2010
     5 * Copyright (C) 2003-2011
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    161161{
    162162  DIGRAPH_TYPEDEFS(SmartDigraph);
    163  
     163
    164164  SmartDigraph g;
    165165  SmartDigraph::ArcMap<int> cap(g),iflow(g);
     
    273273
    274274  initFlowTest();
    275  
     275
    276276  return 0;
    277277}
Note: See TracChangeset for help on using the changeset viewer.