COIN-OR::LEMON - Graph Library

Changes in / [43:17e76967c49f:44:7bbd94715db5] in lemon-main


Ignore:
Files:
8 added
17 edited

Legend:

Unmodified
Added
Removed
  • lemon/base.cc

    r7 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/bits/invalid.h

    r13 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/bits/utility.h

    r7 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/concept_check.h

    r27 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/concepts/maps.h

    r35 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/dim2.h

    r15 r42  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    534534
    535535
    536   ///Map of x-coordinates of a \ref Point "Point"-map
    537 
    538   ///\ingroup maps
    539   ///Map of x-coordinates of a \ref Point "Point"-map.
     536  ///Map of x-coordinates of a Point map
     537
     538  ///\ingroup maps
     539  ///Map of x-coordinates of a \ref dim2::Point "Point"-map.
    540540  ///
    541541  template<class M>
     
    571571  }
    572572
    573   ///Constant (read only) version of \ref XMap
     573  ///Constant (read only) version of XMap
    574574
    575575  ///\ingroup maps
     
    601601  }
    602602
    603   ///Map of y-coordinates of a \ref Point "Point"-map
     603  ///Map of y-coordinates of a Point map
    604604   
    605605  ///\ingroup maps
     
    638638  }
    639639
    640   ///Constant (read only) version of \ref YMap
     640  ///Constant (read only) version of YMap
    641641
    642642  ///\ingroup maps
     
    669669
    670670
    671     ///\brief Map of the \ref Point::normSquare() "normSquare()"
    672     ///of a \ref Point "Point"-map
     671    ///\brief Map of the normSquare()
     672    ///of a Point map
    673673    ///
    674674    ///Map of the \ref Point::normSquare() "normSquare()"
  • lemon/list_graph.h

    r2 r39  
     1/* -*- C++ -*-
     2 *
     3 * This file is a part of LEMON, a generic C++ optimization library
     4 *
     5 * Copyright (C) 2003-2008
     6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     8 *
     9 * Permission to use, modify and distribute this software is granted
     10 * provided that this copyright notice appears in all copies. For
     11 * precise terms see the accompanying LICENSE file.
     12 *
     13 * This software is provided "AS IS" with no warranty of any kind,
     14 * express or implied, and with no claim as to its suitability for any
     15 * purpose.
     16 *
     17 */
     18
  • lemon/maps.h

    r43 r44  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    170170
    171171    typedef True ReferenceMapTag;
    172     ///\e
     172    ///Key type
    173173    typedef K Key;
    174     ///\e
     174    ///Value type
    175175    typedef T Value;
    176     ///\e
     176    ///Reference Type
    177177    typedef T& Reference;
    178     ///\e
     178    ///Const reference type
    179179    typedef const T& ConstReference;
    180180
  • lemon/random.cc

    r16 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/random.h

    r23 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • lemon/tolerance.h

    r16 r42  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    4242  ///
    4343  ///This is an abstract class, it should be specialized for all numerical
    44   ///data types. These specialized classes like \ref Tolerance\<double\>
     44  ///data types. These specialized classes like Tolerance<double>
    4545  ///may offer additional tuning parameters.
    4646  ///
     
    9292
    9393
    94   ///Float specialization of \ref Tolerance.
    95 
    96   ///Float specialization of \ref Tolerance.
     94  ///Float specialization of Tolerance.
     95
     96  ///Float specialization of Tolerance.
    9797  ///\sa Tolerance
    9898  ///\relates Tolerance
     
    143143  };
    144144
    145   ///Double specialization of \ref Tolerance.
    146 
    147   ///Double specialization of \ref Tolerance.
     145  ///Double specialization of Tolerance.
     146
     147  ///Double specialization of Tolerance.
    148148  ///\sa Tolerance
    149149  ///\relates Tolerance
     
    194194  };
    195195
    196   ///Long double specialization of \ref Tolerance.
    197 
    198   ///Long double specialization of \ref Tolerance.
     196  ///Long double specialization of Tolerance.
     197
     198  ///Long double specialization of Tolerance.
    199199  ///\sa Tolerance
    200200  ///\relates Tolerance
     
    245245  };
    246246
    247   ///Integer specialization of \ref Tolerance.
    248 
    249   ///Integer specialization of \ref Tolerance.
     247  ///Integer specialization of Tolerance.
     248
     249  ///Integer specialization of Tolerance.
    250250  ///\sa Tolerance
    251251  template<>
     
    257257
    258258    ///\name Comparisons
    259     ///See \ref Tolerance for more details.
     259    ///See Tolerance for more details.
    260260
    261261    ///@{
     
    278278  };
    279279
     280  ///Unsigned integer specialization of Tolerance.
     281
    280282  ///Unsigned integer specialization of \ref Tolerance.
    281 
    282   ///Unsigned integer specialization of \ref Tolerance.
    283283  ///\sa Tolerance
    284284  template<>
     
    290290
    291291    ///\name Comparisons
    292     ///See \ref Tolerance for more details.
     292    ///See Tolerance for more details.
    293293
    294294    ///@{
     
    312312 
    313313
    314   ///Long integer specialization of \ref Tolerance.
    315 
    316   ///Long integer specialization of \ref Tolerance.
     314  ///Long integer specialization of Tolerance.
     315
     316  ///Long integer specialization of Tolerance.
    317317  ///\sa Tolerance
    318318  template<>
     
    324324
    325325    ///\name Comparisons
    326     ///See \ref Tolerance for more details.
     326    ///See Tolerance for more details.
    327327
    328328    ///@{
     
    345345  };
    346346
     347  ///Unsigned long integer specialization of Tolerance.
     348
    347349  ///Unsigned long integer specialization of \ref Tolerance.
    348 
    349   ///Unsigned long integer specialization of \ref Tolerance.
    350350  ///\sa Tolerance
    351351  template<>
     
    357357
    358358    ///\name Comparisons
    359     ///See \ref Tolerance for more details.
     359    ///See Tolerance for more details.
    360360
    361361    ///@{
     
    380380#if defined __GNUC__ && !defined __STRICT_ANSI__
    381381
    382   ///Long long integer specialization of \ref Tolerance.
     382  ///Long long integer specialization of Tolerance.
    383383
    384384  ///Long long integer specialization of \ref Tolerance.
     
    415415  };
    416416
    417   ///Unsigned long long integer specialization of \ref Tolerance.
     417  ///Unsigned long long integer specialization of Tolerance.
    418418
    419419  ///Unsigned long long integer specialization of \ref Tolerance.
  • test/dim_test.cc

    r14 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • test/maps_test.cc

    r25 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • test/random_test.cc

    r10 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • test/test_tools.h

    r4 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • test/test_tools_fail.cc

    r4 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
  • test/test_tools_pass.cc

    r4 r39  
    33 * This file is a part of LEMON, a generic C++ optimization library
    44 *
    5  * Copyright (C) 2003-2007
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
Note: See TracChangeset for help on using the changeset viewer.