COIN-OR::LEMON - Graph Library

Changeset 1995:c1fc2c14a3ae in lemon-0.x for lemon/list_graph.h


Ignore:
Timestamp:
03/02/06 15:22:03 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2598
Message:

Bugfix in bpugraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r1991 r1995  
    812812      return node.id >> 1;
    813813    }
    814     static Node fromANodeId(int id, Node) {
     814    static Node fromANodeId(int id) {
    815815      return Node(id << 1);
    816816    }
Note: See TracChangeset for help on using the changeset viewer.