demo/graph_to_eps_demo.cc
changeset 2391 14a343be7a5a
parent 2207 75a29ac69c19
child 2553 bfced05fa852
     1.1 --- a/demo/graph_to_eps_demo.cc	Sat Mar 03 16:04:50 2007 +0000
     1.2 +++ b/demo/graph_to_eps_demo.cc	Sat Mar 03 16:30:37 2007 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2003-2006
     1.8 + * Copyright (C) 2003-2007
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -86,7 +86,7 @@
    1.13      //scale(10).
    1.14      coords(coords).
    1.15      title("Sample .eps figure").
    1.16 -    copyright("(C) 2006 LEMON Project").
    1.17 +    copyright("(C) 2003-2007 LEMON Project").
    1.18      run();
    1.19  
    1.20    cout << "Create 'graph_to_eps_demo_out.eps'" << endl;
    1.21 @@ -94,7 +94,7 @@
    1.22      //scale(10).
    1.23      coords(coords).
    1.24      title("Sample .eps figure").
    1.25 -    copyright("(C) 2006 LEMON Project").
    1.26 +    copyright("(C) 2003-2007 LEMON Project").
    1.27      absoluteNodeSizes().absoluteEdgeWidths().
    1.28      nodeScale(2).nodeSizes(sizes).
    1.29      nodeShapes(shapes).
    1.30 @@ -109,7 +109,7 @@
    1.31    graphToEps(g,"graph_to_eps_demo_out_arr.eps").
    1.32      //scale(10).
    1.33      title("Sample .eps figure (with arrowheads)").
    1.34 -    copyright("(C) 2006 LEMON Project").
    1.35 +    copyright("(C) 2003-2007 LEMON Project").
    1.36      absoluteNodeSizes().absoluteEdgeWidths().
    1.37      nodeColors(composeMap(palette,colors)).
    1.38      coords(coords).
    1.39 @@ -136,7 +136,7 @@
    1.40    graphToEps(g,"graph_to_eps_demo_out_par.eps").
    1.41      //scale(10).
    1.42      title("Sample .eps figure (parallel edges)").
    1.43 -    copyright("(C) 2006 LEMON Project").
    1.44 +    copyright("(C) 2003-2007 LEMON Project").
    1.45      absoluteNodeSizes().absoluteEdgeWidths().
    1.46      nodeShapes(shapes).
    1.47      coords(coords).
    1.48 @@ -152,7 +152,7 @@
    1.49    graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").
    1.50      //scale(10).
    1.51      title("Sample .eps figure (parallel edges and arrowheads)").
    1.52 -    copyright("(C) 2006 LEMON Project").
    1.53 +    copyright("(C) 2003-2007 LEMON Project").
    1.54      absoluteNodeSizes().absoluteEdgeWidths().
    1.55      nodeScale(2).nodeSizes(sizes).
    1.56      coords(coords).
    1.57 @@ -168,7 +168,7 @@
    1.58    cout << "Create 'graph_to_eps_demo_out_a4.eps'" << endl;
    1.59    graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    1.60      title("Sample .eps figure (fits to A4)").
    1.61 -    copyright("(C) 2006 LEMON Project").
    1.62 +    copyright("(C) 2003-2007 LEMON Project").
    1.63      absoluteNodeSizes().absoluteEdgeWidths().
    1.64      nodeScale(2).nodeSizes(sizes).
    1.65      coords(coords).
    1.66 @@ -196,7 +196,7 @@
    1.67    graphToEps(h,"graph_to_eps_demo_out_colors.eps").
    1.68      //scale(60).
    1.69      title("Sample .eps figure (Palette demo)").
    1.70 -    copyright("(C) 2006 LEMON Project").
    1.71 +    copyright("(C) 2003-2007 LEMON Project").
    1.72      coords(hcoords).
    1.73      absoluteNodeSizes().absoluteEdgeWidths().
    1.74      nodeScale(45).