doc/groups.dox
changeset 1092 dceba191c00d
parent 1080 c5cd8960df74
child 1093 fb1c7da561ce
     1.1 --- a/doc/groups.dox	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/doc/groups.dox	Fri Aug 09 11:28:17 2013 +0200
     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-2010
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -429,7 +429,7 @@
    1.13  which is capable of handling real-valued arc costs (other numerical
    1.14  data are required to be integer).
    1.15  
    1.16 -For more details about these implementations and for a comprehensive 
    1.17 +For more details about these implementations and for a comprehensive
    1.18  experimental study, see the paper \cite KiralyKovacs12MCF.
    1.19  It also compares these codes to other publicly available
    1.20  minimum cost flow solvers.
    1.21 @@ -570,7 +570,7 @@
    1.22  \image html planar.png
    1.23  \image latex planar.eps "Plane graph" width=\textwidth
    1.24  */
    1.25 - 
    1.26 +
    1.27  /**
    1.28  @defgroup tsp Traveling Salesman Problem
    1.29  @ingroup algs