tools.dox
changeset 32 ef12f83752f6
parent 31 02083323ff2c
child 45 725c60c7492d
     1.1 --- a/tools.dox	Mon Feb 15 01:47:33 2010 +0100
     1.2 +++ b/tools.dox	Mon Feb 15 01:51:58 2010 +0100
     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-2009
     1.8 + * Copyright (C) 2003-2010
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -45,7 +45,7 @@
    1.13  Originally, it was developed to evaluate the flexibility and scalability
    1.14  of LEMON's approach to implement named parameters. Later it
    1.15  has been evolved into a versatile tool featuring above 35 named
    1.16 -parameters. The following code demonstrates its typical use. 
    1.17 +parameters. The following code demonstrates its typical use.
    1.18  
    1.19  \code
    1.20    graphToEps(g, "graph.eps")