Changeset 209:765619b7cbb2 in lemon for lemon/tolerance.h
- Timestamp:
- 07/13/08 20:51:02 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/tolerance.h
r72 r209 1 /* -*- C++-*-1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 32 32 /// \addtogroup misc 33 33 /// @{ 34 34 35 35 ///\brief A class to provide a basic way to 36 36 ///handle the comparison of numbers that are obtained … … 41 41 ///as a result of a probably inexact computation. 42 42 /// 43 ///This is an abstract class, it should be specialized for all 44 ///numerical data types. These specialized classes like 43 ///This is an abstract class, it should be specialized for all 44 ///numerical data types. These specialized classes like 45 45 ///Tolerance<double> may offer additional tuning parameters. 46 46 /// … … 306 306 static Value zero() {return 0;} 307 307 }; 308 308 309 309 310 310 ///Long integer specialization of Tolerance.
Note: See TracChangeset
for help on using the changeset viewer.