COIN-OR::LEMON - Graph Library

Changeset 1875:98698b69a902 in lemon-0.x for demo/graph_to_eps_demo.cc


Ignore:
Timestamp:
01/04/06 14:31:59 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2450
Message:

Happy new year to LEMON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/graph_to_eps_demo.cc

    r1802 r1875  
    22 * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library
    33 *
    4  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55 * (Egervary Research Group on Combinatorial Optimization, EGRES).
    66 *
     
    8282  graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    8383    title("Sample .eps figure").
    84     copyright("(C) 2005 LEMON Project").
     84    copyright("(C) 2006 LEMON Project").
    8585    nodeScale(2).nodeSizes(sizes).
    8686    nodeShapes(shapes).
     
    9595  graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    9696    title("Sample .eps figure (with arrowheads)").
    97     copyright("(C) 2005 LEMON Project").
     97    copyright("(C) 2006 LEMON Project").
    9898    nodeColors(composeMap(colorSet,colors)).
    9999    coords(coords).
     
    120120  graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    121121    title("Sample .eps figure (parallel edges)").
    122     copyright("(C) 2005 LEMON Project").
     122    copyright("(C) 2006 LEMON Project").
    123123    nodeShapes(shapes).
    124124    coords(coords).
     
    134134  graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    135135    title("Sample .eps figure (parallel edges and arrowheads)").
    136     copyright("(C) 2005 LEMON Project").
     136    copyright("(C) 2006 LEMON Project").
    137137    nodeScale(2).nodeSizes(sizes).
    138138    coords(coords).
     
    149149  graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    150150    title("Sample .eps figure (fits to A4)").
    151     copyright("(C) 2005 LEMON Project").
     151    copyright("(C) 2006 LEMON Project").
    152152    nodeScale(2).nodeSizes(sizes).
    153153    coords(coords).
     
    175175  graphToEps(h,"graph_to_eps_demo_out_colors.eps").scale(60).
    176176    title("Sample .eps figure (ColorSet demo)").
    177     copyright("(C) 2005 LEMON Project").
     177    copyright("(C) 2006 LEMON Project").
    178178    coords(hcoords).
    179179    nodeScale(.45).
Note: See TracChangeset for help on using the changeset viewer.