COIN-OR::LEMON - Graph Library

Changeset 1164:80bb73097736 in lemon-0.x for src/demo


Ignore:
Timestamp:
02/21/05 15:59:12 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1566
Message:

A year has passed again.

Location:
src/demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/demo/graph_to_eps_demo.cc

    r1108 r1164  
    33 * Part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    66 * (Egervary Combinatorial Optimization Research Group, EGRES).
    77 *
     
    9292  graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    9393    title("Sample .eps figure").
    94     copyright("(C) 2004 LEMON Project").
     94    copyright("(C) 2005 LEMON Project").
    9595    nodeScale(2).nodeSizes(sizes).
    9696    nodeShapes(shapes).
     
    103103  graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    104104    title("Sample .eps figure (with arrowheads)").
    105     copyright("(C) 2004 LEMON Project").
     105    copyright("(C) 2005 LEMON Project").
    106106    nodeColors(composeMap(colorSet,colors)).
    107107    coords(coords).
     
    127127  graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    128128    title("Sample .eps figure (parallel edges)").
    129     copyright("(C) 2004 LEMON Project").
     129    copyright("(C) 2005 LEMON Project").
    130130    nodeShapes(shapes).
    131131    coords(coords).
     
    140140  graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    141141    title("Sample .eps figure (parallel edges and arrowheads)").
    142     copyright("(C) 2004 LEMON Project").
     142    copyright("(C) 2005 LEMON Project").
    143143    nodeScale(2).nodeSizes(sizes).
    144144    coords(coords).
     
    154154  graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    155155    title("Sample .eps figure (fits to A4)").
    156     copyright("(C) 2004 LEMON Project").
     156    copyright("(C) 2005 LEMON Project").
    157157    nodeScale(2).nodeSizes(sizes).
    158158    coords(coords).
  • src/demo/tight_edge_filter_map.h

    r986 r1164  
    22 * src/lemon/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization library
    33 *
    4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55 * (Egervary Combinatorial Optimization Research Group, EGRES).
    66 *
Note: See TracChangeset for help on using the changeset viewer.