|
ANIMA
4.0
|
#include <animaGraph.h>
Collaboration diagram for anima::Graph< captype, tcaptype, flowtype >::arc:Public Attributes | |
| node * | head |
| arc * | next |
| captype | r_cap |
| arc * | sister |
Definition at line 318 of file animaGraph.h.
| node* anima::Graph< captype, tcaptype, flowtype >::arc::head |
Definition at line 320 of file animaGraph.h.
Referenced by anima::Graph< captype, tcaptype, flowtype >::augment(), anima::Graph< captype, tcaptype, flowtype >::get_arc_ends(), anima::Graph< captype, tcaptype, flowtype >::maxflow_reuse_trees_init(), anima::Graph< captype, tcaptype, flowtype >::process_sink_orphan(), anima::Graph< captype, tcaptype, flowtype >::process_source_orphan(), anima::Graph< captype, tcaptype, flowtype >::reallocate_nodes(), and anima::Graph< captype, tcaptype, flowtype >::test_consistency().
| arc* anima::Graph< captype, tcaptype, flowtype >::arc::next |
Definition at line 321 of file animaGraph.h.
Referenced by anima::Graph< captype, tcaptype, flowtype >::maxflow(), anima::Graph< captype, tcaptype, flowtype >::maxflow_reuse_trees_init(), anima::Graph< captype, tcaptype, flowtype >::process_sink_orphan(), anima::Graph< captype, tcaptype, flowtype >::process_source_orphan(), anima::Graph< captype, tcaptype, flowtype >::reallocate_arcs(), and anima::Graph< captype, tcaptype, flowtype >::test_consistency().
| captype anima::Graph< captype, tcaptype, flowtype >::arc::r_cap |
Definition at line 324 of file animaGraph.h.
Referenced by anima::Graph< captype, tcaptype, flowtype >::augment(), anima::Graph< captype, tcaptype, flowtype >::get_rcap(), anima::Graph< captype, tcaptype, flowtype >::maxflow(), anima::Graph< captype, tcaptype, flowtype >::maxflow_reuse_trees_init(), anima::Graph< captype, tcaptype, flowtype >::process_sink_orphan(), anima::Graph< captype, tcaptype, flowtype >::process_source_orphan(), anima::Graph< captype, tcaptype, flowtype >::set_rcap(), and anima::Graph< captype, tcaptype, flowtype >::test_consistency().
| arc* anima::Graph< captype, tcaptype, flowtype >::arc::sister |
Definition at line 322 of file animaGraph.h.
Referenced by anima::Graph< captype, tcaptype, flowtype >::augment(), anima::Graph< captype, tcaptype, flowtype >::get_arc_ends(), anima::Graph< captype, tcaptype, flowtype >::maxflow(), anima::Graph< captype, tcaptype, flowtype >::maxflow_reuse_trees_init(), anima::Graph< captype, tcaptype, flowtype >::process_source_orphan(), anima::Graph< captype, tcaptype, flowtype >::reallocate_arcs(), and anima::Graph< captype, tcaptype, flowtype >::test_consistency().
1.8.13