src/test/min_cost_flow_test.cc
changeset 921 818510fa3d99
parent 906 17f31d280385
child 941 186aa53d2802
     1.1 --- a/src/test/min_cost_flow_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/test/min_cost_flow_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /* -*- C++ -*-
     1.5 - * src/test/min_cost_flow_test.cc - Part of HUGOlib, a generic C++ optimization library
     1.6 + * src/test/min_cost_flow_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,13 +16,13 @@
    1.11  
    1.12  #include <iostream>
    1.13  #include "test_tools.h"
    1.14 -#include <hugo/list_graph.h>
    1.15 -#include <hugo/min_cost_flow.h>
    1.16 +#include <lemon/list_graph.h>
    1.17 +#include <lemon/min_cost_flow.h>
    1.18  //#include <path.h>
    1.19  //#include <maps.h>
    1.20  
    1.21  using namespace std;
    1.22 -using namespace hugo;
    1.23 +using namespace lemon;
    1.24  
    1.25  
    1.26