COIN-OR::LEMON - Graph Library

Changeset 1189:a12cca3ad15a in lemon for lemon/smart_graph.h


Ignore:
Timestamp:
11/15/10 09:46:08 (13 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

ListBpGraph? implementation (#69)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/smart_graph.h

    r1188 r1189  
    10171017    }
    10181018    int blueId(Node v) const {
    1019       LEMON_DEBUG(nodes[v._id].red, "Node has to be blue");
     1019      LEMON_DEBUG(!nodes[v._id].red, "Node has to be blue");
    10201020      return nodes[v._id].partition_index;
    10211021    }
Note: See TracChangeset for help on using the changeset viewer.