COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/test/unionfind_test.cc


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/unionfind_test.cc

    r906 r921  
    11/* -*- C++ -*-
    2  * src/test/unionfind_test.cc - Part of HUGOlib, a generic C++ optimization library
     2 * src/test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1717#include <iostream>
    1818
    19 #include <hugo/maps.h>
    20 #include <hugo/unionfind.h>
     19#include <lemon/maps.h>
     20#include <lemon/unionfind.h>
    2121#include "test_tools.h"
    2222
    23 using namespace hugo;
     23using namespace lemon;
    2424using namespace std;
    2525
Note: See TracChangeset for help on using the changeset viewer.