Changeset 921:818510fa3d99 in lemon-0.x for src/test/xy_test.cc
- Timestamp:
- 09/29/04 17:30:04 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/xy_test.cc
r906 r921 1 1 /* -*- C++ -*- 2 * src/test/xy_test.cc - Part of HUGOlib, a generic C++ optimization library2 * src/test/xy_test.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport … … 15 15 */ 16 16 17 #include < hugo/xy.h>17 #include <lemon/xy.h> 18 18 #include <iostream> 19 19 #include "test_tools.h" 20 20 21 21 using namespace std; 22 using namespace hugo;22 using namespace lemon; 23 23 int main() 24 24 {
Note: See TracChangeset
for help on using the changeset viewer.