Changeset 616:31879aac4dc3 in lemon-0.x for src/work/marci/leda
- Timestamp:
- 05/11/04 22:20:41 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@801
- Location:
- src/work/marci/leda
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/leda/bipartite_matching_leda.cc
r496 r616 14 14 //#include <smart_graph.h> 15 15 //#include <dimacs.h> 16 #include < time_measure.h>16 #include <hugo/time_measure.h> 17 17 #include <for_each_macros.h> 18 //#include <bfs_iterator.h> 19 #include <graph_wrapper.h> 18 #include <hugo/graph_wrapper.h> 20 19 #include <bipartite_graph_wrapper.h> 21 #include < maps.h>20 #include <hugo/maps.h> 22 21 #include <max_flow.h> 23 22 -
src/work/marci/leda/bipartite_matching_leda_gen.cc
r496 r616 14 14 //#include <smart_graph.h> 15 15 //#include <dimacs.h> 16 #include < time_measure.h>16 #include <hugo/time_measure.h> 17 17 #include <for_each_macros.h> 18 #include < graph_wrapper.h>18 #include <hugo/graph_wrapper.h> 19 19 #include <bipartite_graph_wrapper.h> 20 #include < maps.h>20 #include <hugo/maps.h> 21 21 #include <max_flow.h> 22 22 -
src/work/marci/leda/leda_graph_wrapper.h
r482 r616 15 15 //#endif 16 16 17 #include < invalid.h>17 #include <hugo/invalid.h> 18 18 19 19 /// The namespace of HugoLib -
src/work/marci/leda/makefile
r446 r616 2 2 CXX3=$(CXX) 3 3 BOOSTROOT ?= /home/marci/boost 4 INCLUDEDIRS ?= -I. ./../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.4 INCLUDEDIRS ?= -I. -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I../../.. 5 5 LDFLAGS = -L$(LEDAROOT) -lG -lL -lm 6 6
Note: See TracChangeset
for help on using the changeset viewer.