equal
deleted
inserted
replaced
1 /* -*- C++ -*- |
1 /* -*- C++ -*- |
2 * src/test/xy_test.cc - Part of HUGOlib, a generic C++ optimization library |
2 * src/test/xy_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/xy.h> |
17 #include <lemon/xy.h> |
18 #include <iostream> |
18 #include <iostream> |
19 #include "test_tools.h" |
19 #include "test_tools.h" |
20 |
20 |
21 using namespace std; |
21 using namespace std; |
22 using namespace hugo; |
22 using namespace lemon; |
23 int main() |
23 int main() |
24 { |
24 { |
25 |
25 |
26 cout << "Testing classes `xy' and `boundingbox'." << endl; |
26 cout << "Testing classes `xy' and `boundingbox'." << endl; |
27 |
27 |