COIN-OR::LEMON - Graph Library

Changeset 98:f60f89147531 in glemon-0.x for all_include.h


Ignore:
Timestamp:
12/17/05 21:55:41 (18 years ago)
Author:
Akos Ladanyi
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2432
Message:

Save and load the coordinates of the arrows on the edges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all_include.h

    r81 r98  
    3838using namespace lemon;
    3939
    40 typedef xy<double> Coordinates;
     40typedef xy<double> XY;
    4141typedef ListGraph Graph;
    42 typedef Graph::NodeMap<Coordinates> CoordinatesMap;
    4342typedef Graph::Node Node;
    4443typedef Graph::Edge Edge;
Note: See TracChangeset for help on using the changeset viewer.