src/demo/graph_to_eps_demo.cc
changeset 1164 80bb73097736
parent 1108 253b66e7e41d
child 1178 3c176c65d33b
     1.1 --- a/src/demo/graph_to_eps_demo.cc	Mon Feb 21 14:17:24 2005 +0000
     1.2 +++ b/src/demo/graph_to_eps_demo.cc	Mon Feb 21 14:59:12 2005 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   * src/lemon/demo/graph_to_eps.cc - 
     1.5   * Part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    1.10   *
    1.11   * Permission to use, modify and distribute this software is granted
    1.12 @@ -91,7 +91,7 @@
    1.13  
    1.14    graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    1.15      title("Sample .eps figure").
    1.16 -    copyright("(C) 2004 LEMON Project").
    1.17 +    copyright("(C) 2005 LEMON Project").
    1.18      nodeScale(2).nodeSizes(sizes).
    1.19      nodeShapes(shapes).
    1.20      nodeColors(composeMap(colorSet,colors)).
    1.21 @@ -102,7 +102,7 @@
    1.22  
    1.23    graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    1.24      title("Sample .eps figure (with arrowheads)").
    1.25 -    copyright("(C) 2004 LEMON Project").
    1.26 +    copyright("(C) 2005 LEMON Project").
    1.27      nodeColors(composeMap(colorSet,colors)).
    1.28      coords(coords).
    1.29      nodeScale(2).nodeSizes(sizes).
    1.30 @@ -126,7 +126,7 @@
    1.31  
    1.32    graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    1.33      title("Sample .eps figure (parallel edges)").
    1.34 -    copyright("(C) 2004 LEMON Project").
    1.35 +    copyright("(C) 2005 LEMON Project").
    1.36      nodeShapes(shapes).
    1.37      coords(coords).
    1.38      nodeScale(2).nodeSizes(sizes).
    1.39 @@ -139,7 +139,7 @@
    1.40    
    1.41    graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    1.42      title("Sample .eps figure (parallel edges and arrowheads)").
    1.43 -    copyright("(C) 2004 LEMON Project").
    1.44 +    copyright("(C) 2005 LEMON Project").
    1.45      nodeScale(2).nodeSizes(sizes).
    1.46      coords(coords).
    1.47      nodeShapes(shapes).
    1.48 @@ -153,7 +153,7 @@
    1.49  
    1.50    graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    1.51      title("Sample .eps figure (fits to A4)").
    1.52 -    copyright("(C) 2004 LEMON Project").
    1.53 +    copyright("(C) 2005 LEMON Project").
    1.54      nodeScale(2).nodeSizes(sizes).
    1.55      coords(coords).
    1.56      nodeShapes(shapes).