COIN-OR::LEMON - Graph Library

Changeset 1587:8f1c317ebeb4 in lemon-0.x for demo


Ignore:
Timestamp:
07/26/05 15:15:13 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2091
Message:

Doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/graph_to_eps_demo.cc

    r1573 r1587  
    2121/// This demo program shows examples how to  use the function \ref
    2222/// graphToEps(). It takes no input but simply creates  six
    23 /// <tt>.eps</tt> files demonstrating how to draw directed/undirected
    24 /// graphs, how to handle parallel egdes, how to change the properties
    25 /// (like color, shape, size, title etc.) of nodes and edges
    26 /// individually using appropriate \ref maps-page "graphmaps".
     23/// <tt>.eps</tt> files demonstrating the capability of \ref
     24/// graphToEps(), and showing how to draw directed/undirected graphs,
     25/// how to handle parallel egdes, how to change the properties (like
     26/// color, shape, size, title etc.) of nodes and edges individually
     27/// using appropriate \ref maps-page "graphmapfactory".
    2728
    2829#include <cmath>
Note: See TracChangeset for help on using the changeset viewer.