COIN-OR::LEMON - Graph Library

Changeset 616:31879aac4dc3 in lemon-0.x for src/work


Ignore:
Timestamp:
05/11/04 22:20:41 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@801
Message:

include -> hugo mods in leda files

Location:
src/work/marci/leda
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/leda/bipartite_matching_leda.cc

    r496 r616  
    1414//#include <smart_graph.h>
    1515//#include <dimacs.h>
    16 #include <time_measure.h>
     16#include <hugo/time_measure.h>
    1717#include <for_each_macros.h>
    18 //#include <bfs_iterator.h>
    19 #include <graph_wrapper.h>
     18#include <hugo/graph_wrapper.h>
    2019#include <bipartite_graph_wrapper.h>
    21 #include <maps.h>
     20#include <hugo/maps.h>
    2221#include <max_flow.h>
    2322
  • src/work/marci/leda/bipartite_matching_leda_gen.cc

    r496 r616  
    1414//#include <smart_graph.h>
    1515//#include <dimacs.h>
    16 #include <time_measure.h>
     16#include <hugo/time_measure.h>
    1717#include <for_each_macros.h>
    18 #include <graph_wrapper.h>
     18#include <hugo/graph_wrapper.h>
    1919#include <bipartite_graph_wrapper.h>
    20 #include <maps.h>
     20#include <hugo/maps.h>
    2121#include <max_flow.h>
    2222
  • src/work/marci/leda/leda_graph_wrapper.h

    r482 r616  
    1515//#endif
    1616
    17 #include <invalid.h>
     17#include <hugo/invalid.h>
    1818
    1919/// The namespace of HugoLib
  • src/work/marci/leda/makefile

    r446 r616  
    22CXX3=$(CXX)
    33BOOSTROOT ?= /home/marci/boost
    4 INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.
     4INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../..
    55LDFLAGS = -L$(LEDAROOT) -lG -lL -lm
    66
Note: See TracChangeset for help on using the changeset viewer.