demo/graph_orientation.cc
changeset 1875 98698b69a902
parent 1687 7dc3abbb7636
child 1901 723b2b81d900
     1.1 --- a/demo/graph_orientation.cc	Wed Jan 04 13:20:17 2006 +0000
     1.2 +++ b/demo/graph_orientation.cc	Wed Jan 04 13:31:59 2006 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  /* -*- C++ -*-
     1.5   * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.10   *
    1.11   * Permission to use, modify and distribute this software is granted
    1.12 @@ -108,7 +108,7 @@
    1.13  
    1.14    graphToEps(g,"graph_orientation.eps").scaleToA4().
    1.15      title("Sample .eps figure (fits to A4)").
    1.16 -    copyright("(C) 2005 LEMON Project").
    1.17 +    copyright("(C) 2006 LEMON Project").
    1.18      nodeScale(15).
    1.19      coords(coords).
    1.20      negateY().