src/test/preflow_test.cc
changeset 921 818510fa3d99
parent 906 17f31d280385
child 940 50a153b08f07
     1.1 --- a/src/test/preflow_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/test/preflow_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /* -*- C++ -*-
     1.5 - * src/test/preflow_test.cc - Part of HUGOlib, a generic C++ optimization library
     1.6 + * src/test/preflow_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 @@ -18,13 +18,13 @@
    1.11  #include <string>
    1.12  
    1.13  #include "test_tools.h"
    1.14 -#include <hugo/smart_graph.h>
    1.15 -#include <hugo/dimacs.h>
    1.16 -#include <hugo/preflow.h>
    1.17 -#include <hugo/skeletons/graph.h>
    1.18 -#include <hugo/skeletons/maps.h>
    1.19 +#include <lemon/smart_graph.h>
    1.20 +#include <lemon/dimacs.h>
    1.21 +#include <lemon/preflow.h>
    1.22 +#include <lemon/skeletons/graph.h>
    1.23 +#include <lemon/skeletons/maps.h>
    1.24  
    1.25 -using namespace hugo;
    1.26 +using namespace lemon;
    1.27  
    1.28  void check_Preflow() 
    1.29  {