src/work/peter/Makefile
Graph and UndirGraph concept modifications.
* For incidence iterators ({In,Out,Inc}EdgeIt) there is now baseNode and
runningNode functions in graph interface
* For Edge in undir graphs: Edge(UndirGraph const &, UndirEdge, Node)
constructor. Same for IncEdgeIt
* Edge(UndirEdge, bool) constructor is no more in the public interface. (But we
need it in the developpers interface).
hegyi@690
|
1 |
hier: hierarchygraph.h hierarchygraph_test.cc
|
klao@922
|
2 |
g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
|
hegyi@690
|
3 |
|
hegyi@677
|
4 |
edge: edgepathgraph_test.cc edgepathgraph.h
|
klao@922
|
5 |
g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
|
hegyi@677
|
6 |
|