Changeset 879:5e284075b193 in lemon-0.x for src/hugo
- Timestamp:
- 09/17/04 17:11:39 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r878 r879 81 81 ///Base type for the Graph Wrappers 82 82 83 ///\warning Graph wrappers are in even more experimental state than the other 84 ///parts of the lib. Use them at you own risk. 85 /// 83 86 ///This is the base type for the Graph Wrappers. 84 87 ///\todo Some more docs... … … 215 218 /// A graph wrapper which reverses the orientation of the edges. 216 219 220 ///\warning Graph wrappers are in even more experimental state than the other 221 ///parts of the lib. Use them at you own risk. 222 /// 217 223 /// A graph wrapper which reverses the orientation of the edges. 218 224 /// Thus \c Graph have to be a directed graph type. … … 289 295 /// A graph wrapper for hiding nodes and edges from a graph. 290 296 297 ///\warning Graph wrappers are in even more experimental state than the other 298 ///parts of the lib. Use them at you own risk. 299 /// 291 300 /// This wrapper shows a graph with filtered node-set and 292 301 /// edge-set. Given a bool-valued map on the node-set and one on … … 556 565 /// \brief An undirected graph template. 557 566 /// 567 ///\warning Graph wrappers are in even more experimental state than the other 568 ///parts of the lib. Use them at you own risk. 569 /// 558 570 /// An undirected graph template. 559 571 /// This class works as an undirected graph and a directed graph of … … 577 589 ///\brief A wrapper for composing a subgraph of a 578 590 /// bidirected graph made from a directed one. 591 /// 592 ///\warning Graph wrappers are in even more experimental state than the other 593 ///parts of the lib. Use them at you own risk. 579 594 /// 580 595 /// Suppose that for a directed graph $G=(V, A)$, … … 916 931 ///\brief A wrapper for composing bidirected graph from a directed one. 917 932 /// 933 ///\warning Graph wrappers are in even more experimental state than the other 934 ///parts of the lib. Use them at you own risk. 935 /// 918 936 /// A wrapper for composing bidirected graph from a directed one. 919 937 /// A bidirected graph is composed over the directed one without physical … … 954 972 /// \brief A bidirected graph template. 955 973 /// 974 ///\warning Graph wrappers are in even more experimental state than the other 975 ///parts of the lib. Use them at you own risk. 976 /// 956 977 /// A bidirected graph template. 957 978 /// Such a bidirected graph stores each pair of oppositely directed edges … … 1014 1035 /// A wrapper for composing the residual graph for directed flow and circulation problems. 1015 1036 1037 ///\warning Graph wrappers are in even more experimental state than the other 1038 ///parts of the lib. Use them at you own risk. 1039 /// 1016 1040 /// A wrapper for composing the residual graph for directed flow and circulation problems. 1017 1041 template<typename Graph, typename Number, … … 1089 1113 /// For blocking flows. 1090 1114 1115 ///\warning Graph wrappers are in even more experimental state than the other 1116 ///parts of the lib. Use them at you own risk. 1117 /// 1091 1118 /// This graph wrapper is used for on-the-fly 1092 1119 /// Dinits blocking flow computations.
Note: See TracChangeset
for help on using the changeset viewer.