equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/test/time_measure_test.cc - Part of HUGOlib, a generic C++ optimization library |
2 * src/test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library |
3 * |
3 * |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
5 * (Egervary Combinatorial Optimization Research Group, EGRES). |
6 * |
6 * |
7 * Permission to use, modify and distribute this software is granted |
7 * Permission to use, modify and distribute this software is granted |
12 * express or implied, and with no claim as to its suitability for any |
12 * express or implied, and with no claim as to its suitability for any |
13 * purpose. |
13 * purpose. |
14 * |
14 * |
15 */ |
15 */ |
16 |
16 |
17 #include <hugo/time_measure.h> |
17 #include <lemon/time_measure.h> |
18 |
18 |
19 ///\file \brief Test cases for time_measure.h |
19 ///\file \brief Test cases for time_measure.h |
20 /// |
20 /// |
21 ///\todo To be extended |
21 ///\todo To be extended |
22 |
22 |
23 |
23 |
24 using namespace hugo; |
24 using namespace lemon; |
25 |
25 |
26 int main() |
26 int main() |
27 { |
27 { |
28 int j=0; |
28 int j=0; |
29 Timer T; |
29 Timer T; |