COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_wrapper_test.cc

    r906 r921  
    11/* -*- C++ -*-
    2  * src/test/graph_wrapper_test.cc - Part of HUGOlib, a generic C++ optimization library
     2 * src/test/graph_wrapper_test.cc - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1616
    1717#include<iostream>
    18 #include<hugo/smart_graph.h>
    19 #include<hugo/skeletons/graph.h>
    20 #include<hugo/list_graph.h>
    21 #include<hugo/full_graph.h>
    22 #include<hugo/graph_wrapper.h>
     18#include<lemon/smart_graph.h>
     19#include<lemon/skeletons/graph.h>
     20#include<lemon/list_graph.h>
     21#include<lemon/full_graph.h>
     22#include<lemon/graph_wrapper.h>
    2323
    2424#include"test/test_tools.h"
     
    3232*/
    3333
    34 using namespace hugo;
     34using namespace lemon;
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.