Changes in / [43:17e76967c49f:44:7bbd94715db5] in lemon-main
- Files:
-
- 8 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/base.cc
r7 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/bits/invalid.h
r13 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/bits/utility.h
r7 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/concept_check.h
r27 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/concepts/maps.h
r35 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/dim2.h
r15 r42 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 534 534 535 535 536 ///Map of x-coordinates of a \ref Point "Point"-map537 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. 540 540 /// 541 541 template<class M> … … 571 571 } 572 572 573 ///Constant (read only) version of \refXMap573 ///Constant (read only) version of XMap 574 574 575 575 ///\ingroup maps … … 601 601 } 602 602 603 ///Map of y-coordinates of a \ref Point "Point"-map603 ///Map of y-coordinates of a Point map 604 604 605 605 ///\ingroup maps … … 638 638 } 639 639 640 ///Constant (read only) version of \refYMap640 ///Constant (read only) version of YMap 641 641 642 642 ///\ingroup maps … … 669 669 670 670 671 ///\brief Map of the \ref Point::normSquare() "normSquare()"672 ///of a \ref Point "Point"-map671 ///\brief Map of the normSquare() 672 ///of a Point map 673 673 /// 674 674 ///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 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 170 170 171 171 typedef True ReferenceMapTag; 172 /// \e172 ///Key type 173 173 typedef K Key; 174 /// \e174 ///Value type 175 175 typedef T Value; 176 /// \e176 ///Reference Type 177 177 typedef T& Reference; 178 /// \e178 ///Const reference type 179 179 typedef const T& ConstReference; 180 180 -
lemon/random.cc
r16 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/random.h
r23 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/tolerance.h
r16 r42 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 42 42 /// 43 43 ///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> 45 45 ///may offer additional tuning parameters. 46 46 /// … … 92 92 93 93 94 ///Float specialization of \refTolerance.95 96 ///Float specialization of \refTolerance.94 ///Float specialization of Tolerance. 95 96 ///Float specialization of Tolerance. 97 97 ///\sa Tolerance 98 98 ///\relates Tolerance … … 143 143 }; 144 144 145 ///Double specialization of \refTolerance.146 147 ///Double specialization of \refTolerance.145 ///Double specialization of Tolerance. 146 147 ///Double specialization of Tolerance. 148 148 ///\sa Tolerance 149 149 ///\relates Tolerance … … 194 194 }; 195 195 196 ///Long double specialization of \refTolerance.197 198 ///Long double specialization of \refTolerance.196 ///Long double specialization of Tolerance. 197 198 ///Long double specialization of Tolerance. 199 199 ///\sa Tolerance 200 200 ///\relates Tolerance … … 245 245 }; 246 246 247 ///Integer specialization of \refTolerance.248 249 ///Integer specialization of \refTolerance.247 ///Integer specialization of Tolerance. 248 249 ///Integer specialization of Tolerance. 250 250 ///\sa Tolerance 251 251 template<> … … 257 257 258 258 ///\name Comparisons 259 ///See \refTolerance for more details.259 ///See Tolerance for more details. 260 260 261 261 ///@{ … … 278 278 }; 279 279 280 ///Unsigned integer specialization of Tolerance. 281 280 282 ///Unsigned integer specialization of \ref Tolerance. 281 282 ///Unsigned integer specialization of \ref Tolerance.283 283 ///\sa Tolerance 284 284 template<> … … 290 290 291 291 ///\name Comparisons 292 ///See \refTolerance for more details.292 ///See Tolerance for more details. 293 293 294 294 ///@{ … … 312 312 313 313 314 ///Long integer specialization of \refTolerance.315 316 ///Long integer specialization of \refTolerance.314 ///Long integer specialization of Tolerance. 315 316 ///Long integer specialization of Tolerance. 317 317 ///\sa Tolerance 318 318 template<> … … 324 324 325 325 ///\name Comparisons 326 ///See \refTolerance for more details.326 ///See Tolerance for more details. 327 327 328 328 ///@{ … … 345 345 }; 346 346 347 ///Unsigned long integer specialization of Tolerance. 348 347 349 ///Unsigned long integer specialization of \ref Tolerance. 348 349 ///Unsigned long integer specialization of \ref Tolerance.350 350 ///\sa Tolerance 351 351 template<> … … 357 357 358 358 ///\name Comparisons 359 ///See \refTolerance for more details.359 ///See Tolerance for more details. 360 360 361 361 ///@{ … … 380 380 #if defined __GNUC__ && !defined __STRICT_ANSI__ 381 381 382 ///Long long integer specialization of \refTolerance.382 ///Long long integer specialization of Tolerance. 383 383 384 384 ///Long long integer specialization of \ref Tolerance. … … 415 415 }; 416 416 417 ///Unsigned long long integer specialization of \refTolerance.417 ///Unsigned long long integer specialization of Tolerance. 418 418 419 419 ///Unsigned long long integer specialization of \ref Tolerance. -
test/dim_test.cc
r14 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
test/maps_test.cc
r25 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
test/random_test.cc
r10 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
test/test_tools.h
r4 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
test/test_tools_fail.cc
r4 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
test/test_tools_pass.cc
r4 r39 3 3 * This file is a part of LEMON, a generic C++ optimization library 4 4 * 5 * Copyright (C) 2003-200 75 * Copyright (C) 2003-2008 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES).
Note: See TracChangeset
for help on using the changeset viewer.