COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/fractional_matching_test.cc

    r1160 r1270  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2010
     5 * Copyright (C) 2003-2013
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    343343      pv += weight[mwfm.matching(n)];
    344344      SmartGraph::Node o = graph.target(mwfm.matching(n));
    345       ignore_unused_variable_warning(o);
     345      ::lemon::ignore_unused_variable_warning(o);
    346346    } else {
    347347      check(mwfm.nodeValue(n) == 0, "Invalid matching");
     
    408408    pv += weight[mwpfm.matching(n)];
    409409    SmartGraph::Node o = graph.target(mwpfm.matching(n));
    410     ignore_unused_variable_warning(o);
     410    ::lemon::ignore_unused_variable_warning(o);
    411411  }
    412412
Note: See TracChangeset for help on using the changeset viewer.