src/test/path_test.cc
changeset 921 818510fa3d99
parent 906 17f31d280385
child 959 c80ef5912903
     1.1 --- a/src/test/path_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/test/path_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /* -*- C++ -*-
     1.5 - * src/test/path_test.cc - Part of HUGOlib, a generic C++ optimization library
     1.6 + * src/test/path_test.cc - Part of LEMON, a generic C++ optimization library
     1.7   *
     1.8   * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    1.10 @@ -16,12 +16,12 @@
    1.11  
    1.12  #include <string>
    1.13  #include <iostream>
    1.14 -#include <hugo/skeletons/path.h>
    1.15 -#include <hugo/path.h>
    1.16 -#include <hugo/list_graph.h>
    1.17 +#include <lemon/skeletons/path.h>
    1.18 +#include <lemon/path.h>
    1.19 +#include <lemon/list_graph.h>
    1.20  
    1.21  using namespace std;
    1.22 -using namespace hugo;
    1.23 +using namespace lemon;
    1.24  using namespace skeleton;
    1.25  
    1.26  template<class Path> void checkCompilePath(Path &P)