, including all inherited members.
add_edge(node_id i, node_id j, captype cap, captype rev_cap) | Graph< captype, tcaptype, flowtype > | [inline] |
add_node(int num=1) | Graph< captype, tcaptype, flowtype > | [inline] |
add_to_changed_list(node *i) | Graph< captype, tcaptype, flowtype > | [inline, private] |
add_tweights(node_id i, tcaptype cap_source, tcaptype cap_sink) | Graph< captype, tcaptype, flowtype > | [inline] |
arc_id typedef | Graph< captype, tcaptype, flowtype > | |
arc_last | Graph< captype, tcaptype, flowtype > | [private] |
arc_max | Graph< captype, tcaptype, flowtype > | [private] |
arcs | Graph< captype, tcaptype, flowtype > | [private] |
augment(arc *middle_arc) | Graph< captype, tcaptype, flowtype > | [private] |
changed_list | Graph< captype, tcaptype, flowtype > | [private] |
Copy(Graph< captype, tcaptype, flowtype > *g0) | Graph< captype, tcaptype, flowtype > | |
error_function | Graph< captype, tcaptype, flowtype > | [private] |
flow | Graph< captype, tcaptype, flowtype > | [private] |
get_arc_ends(arc_id a, node_id &i, node_id &j) | Graph< captype, tcaptype, flowtype > | [inline] |
get_arc_num() | Graph< captype, tcaptype, flowtype > | [inline] |
get_first_arc() | Graph< captype, tcaptype, flowtype > | [inline] |
get_next_arc(arc_id a) | Graph< captype, tcaptype, flowtype > | [inline] |
get_node_num() | Graph< captype, tcaptype, flowtype > | [inline] |
get_rcap(arc *a) | Graph< captype, tcaptype, flowtype > | [inline] |
get_trcap(node_id i) | Graph< captype, tcaptype, flowtype > | [inline] |
Graph(int node_num_max, int edge_num_max, void(*err_function)(char *)=NULL) | Graph< captype, tcaptype, flowtype > | |
mark_node(node_id i) | Graph< captype, tcaptype, flowtype > | [inline] |
maxflow(bool reuse_trees=false, Block< node_id > *changed_list=NULL) | Graph< captype, tcaptype, flowtype > | |
maxflow_init() | Graph< captype, tcaptype, flowtype > | [private] |
maxflow_iteration | Graph< captype, tcaptype, flowtype > | [private] |
maxflow_reuse_trees_init() | Graph< captype, tcaptype, flowtype > | [private] |
next_active() | Graph< captype, tcaptype, flowtype > | [inline, private] |
node_id typedef | Graph< captype, tcaptype, flowtype > | |
node_last | Graph< captype, tcaptype, flowtype > | [private] |
node_max | Graph< captype, tcaptype, flowtype > | [private] |
node_num | Graph< captype, tcaptype, flowtype > | [private] |
nodeptr_block | Graph< captype, tcaptype, flowtype > | [private] |
NODEPTR_BLOCK_SIZE | Graph< captype, tcaptype, flowtype > | [private, static] |
nodes | Graph< captype, tcaptype, flowtype > | [private] |
orphan_first | Graph< captype, tcaptype, flowtype > | [private] |
orphan_last | Graph< captype, tcaptype, flowtype > | [private] |
process_sink_orphan(node *i) | Graph< captype, tcaptype, flowtype > | [private] |
process_source_orphan(node *i) | Graph< captype, tcaptype, flowtype > | [private] |
queue_first | Graph< captype, tcaptype, flowtype > | [private] |
queue_last | Graph< captype, tcaptype, flowtype > | [private] |
reallocate_arcs() | Graph< captype, tcaptype, flowtype > | [private] |
reallocate_nodes(int num) | Graph< captype, tcaptype, flowtype > | [private] |
remove_from_changed_list(node_id i) | Graph< captype, tcaptype, flowtype > | [inline] |
reset() | Graph< captype, tcaptype, flowtype > | |
set_active(node *i) | Graph< captype, tcaptype, flowtype > | [inline, private] |
set_orphan_front(node *i) | Graph< captype, tcaptype, flowtype > | [inline, private] |
set_orphan_rear(node *i) | Graph< captype, tcaptype, flowtype > | [inline, private] |
set_rcap(arc *a, captype rcap) | Graph< captype, tcaptype, flowtype > | [inline] |
set_trcap(node_id i, tcaptype trcap) | Graph< captype, tcaptype, flowtype > | [inline] |
SINK enum value | Graph< captype, tcaptype, flowtype > | |
SOURCE enum value | Graph< captype, tcaptype, flowtype > | |
termtype enum name | Graph< captype, tcaptype, flowtype > | |
test_consistency(node *current_node=NULL) | Graph< captype, tcaptype, flowtype > | [private] |
TIME | Graph< captype, tcaptype, flowtype > | [private] |
what_segment(node_id i, termtype default_segm=SOURCE) | Graph< captype, tcaptype, flowtype > | [inline] |
~Graph() | Graph< captype, tcaptype, flowtype > | |