COIN-OR::LEMON - Graph Library

Changeset 542:69bde1d90c04 in lemon-0.x for src/hugo


Ignore:
Timestamp:
05/06/04 15:48:04 (20 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@714
Message:

Set up automake environment.

Location:
src/hugo
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/bin_heap.h

    r539 r542  
    5959
    6060
    61 #ifndef BIN_HEAP_HH
    62 #define BIN_HEAP_HH
     61#ifndef HUGO_BIN_HEAP_H
     62#define HUGO_BIN_HEAP_H
    6363
    6464///\ingroup auxdat
  • src/hugo/dijkstra.h

    r539 r542  
    77///\brief Dijkstra algorithm.
    88
    9 #include <bin_heap.h>
    10 #include <invalid.h>
     9#include <hugo/bin_heap.h>
     10#include <hugo/invalid.h>
    1111
    1212namespace hugo {
  • src/hugo/dimacs.h

    r539 r542  
    66#include <string>
    77#include <vector>
    8 #include <maps.h>
     8#include <hugo/maps.h>
    99
    1010/// \file
  • src/hugo/skeletons/graph.h

    r539 r542  
    66///\brief Declaration of GraphSkeleton.
    77
    8 #include <invalid.h>
     8#include <hugo/invalid.h>
    99
    1010/// The namespace of HugoLib
  • src/hugo/smart_graph.h

    r539 r542  
    1111#include <limits.h>
    1212
    13 #include "invalid.h"
     13#include <hugo/invalid.h>
    1414
    1515namespace hugo {
  • src/hugo/unionfind.h

    r539 r542  
    1313#include <algorithm>
    1414
    15 #include <invalid.h>
     15#include <hugo/invalid.h>
    1616
    1717namespace hugo {
Note: See TracChangeset for help on using the changeset viewer.