Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Net_Graph< NodeT, ArcT > Member List

This is the complete list of members for Aleph::Net_Graph< NodeT, ArcT >, including all inherited members.

adjacent_nodes(Node *p) constGraphCommon< GT, Node, Arc >inline
all_arcs(Operation &op) constGraphCommon< GT, Node, Arc >inline
all_arcs(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
all_arcs(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
all_arcs(Node *p, Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
all_in_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
all_in_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
all_nodes(Operation &op) constGraphCommon< GT, Node, Arc >inline
all_nodes(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
all_out_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
all_out_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
Arc typedefAleph::Net_Graph< NodeT, ArcT >
arc_setAleph::Array_Graph< __Graph_Node, __Graph_Arc >private
Arc_Type typedefAleph::Net_Graph< NodeT, ArcT >
ArcPair typedefGraphCommon< GT, Node, Arc >
arcs() constGraphCommon< GT, Node, Arc >inline
arcs(Node *p) constGraphCommon< GT, Node, Arc >inline
arcs_map(std::function< T(Arc *)> operation) constGraphCommon< GT, Node, Arc >inline
arcs_map(Node *p, std::function< T(Arc *)> operation) constGraphCommon< GT, Node, Arc >inline
Array_Graph()Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
Array_Graph(const Array_Graph &g)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
Array_Graph(Array_Graph &&g) noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
Base typedefAleph::Net_Graph< NodeT, ArcT >
check_network() constAleph::Net_Graph< NodeT, ArcT >inline
check_node(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
clear() noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inlineprivate
collect_arcs_if(Predicate pred) constGraphCommon< GT, Node, Arc >inlineprotected
common_swap(GT &g) noexceptGraphCommon< GT, Node, Arc >inlineprotected
CommonBase typedefAleph::Array_Graph< __Graph_Node, __Graph_Arc >
compress()Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
connect_arc(Arc *arc)Aleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::connect_arc(Arc *arc)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
const_me() constGraphCommon< GT, Node, Arc >inlineprivate
cookieGraphCommon< GT, Node, Arc >protected
count_arcs(Operation op=[](Arc *) { return true;}) constGraphCommon< GT, Node, Arc >inline
count_arcs(Node *p, Operation op=[](Arc *) { return true;}) constGraphCommon< GT, Node, Arc >inline
count_nodes(Operation op=[](Node *) { return true;}) constGraphCommon< GT, Node, Arc >inline
degree(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
digraphGraphCommon< GT, Node, Arc >protected
disconnect_arc(Arc *arc) noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::disconnect_arc(Arc *arc)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
DynSetArc typedefAleph::Array_Graph< __Graph_Node, __Graph_Arc >private
emplace_arc(Node *src_node, Node *tgt_node, const Flow_Type &cap, const Flow_Type &flow, Args &&... args)Aleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::emplace_arc(Node *src, Node *tgt, Args &&... args)GraphCommon< GT, Node, Arc >inline
emplace_node(Args &&... args)Aleph::Net_Graph< NodeT, ArcT >inline
esize() const noexceptGraphCommon< GT, Node, Arc >inline
exists_arc(Operation &op) constGraphCommon< GT, Node, Arc >inline
exists_arc(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
exists_arc(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
exists_arc(Node *p, Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
exists_in_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
exists_in_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
exists_node(Operation &op) constGraphCommon< GT, Node, Arc >inline
exists_node(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
exists_out_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
exists_out_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
filter_arcs(Op &op) constGraphCommon< GT, Node, Arc >inline
filter_arcs(Op &&op) constGraphCommon< GT, Node, Arc >inline
filter_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
filter_arcs(Node *p, Op &&op) constGraphCommon< GT, Node, Arc >inline
filter_in_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
filter_in_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
filter_nodes(Op &op) constGraphCommon< GT, Node, Arc >inline
filter_nodes(Op &&op) constGraphCommon< GT, Node, Arc >inline
filter_out_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
filter_out_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
find_arc(const Arc_Type &info) const noexceptGraphCommon< GT, Node, Arc >inline
find_node(const Node_Type &info) const noexceptGraphCommon< GT, Node, Arc >inline
Flow_Type typedefAleph::Net_Graph< NodeT, ArcT >
flow_value() constAleph::Net_Graph< NodeT, ArcT >inline
foldl_arcs(const T &init, std::function< T(const T &, Arc *)> op) constGraphCommon< GT, Node, Arc >inline
foldl_arcs(Node *p, const T &init, std::function< T(const T &, Arc *)> op) constGraphCommon< GT, Node, Arc >inline
foldl_in_arcs(Node *p, const T &init, std::function< T(const T &, Arc *)> op) constGraphCommon< GT, Node, Arc >inline
foldl_nodes(const T &init, std::function< T(const T &, Node *)> op) constGraphCommon< GT, Node, Arc >inline
foldl_out_arcs(Node *p, const T &init, std::function< T(const T &, Arc *)> op) constGraphCommon< GT, Node, Arc >inline
for_each_arc(Operation &op) constGraphCommon< GT, Node, Arc >inline
for_each_arc(Operation &&operation=Operation()) constGraphCommon< GT, Node, Arc >inline
for_each_arc(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
for_each_arc(Node *p, Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
for_each_arc(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
for_each_in_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
for_each_in_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
for_each_node(Operation &operation) constGraphCommon< GT, Node, Arc >inline
for_each_node(Operation &&operation=Operation()) constGraphCommon< GT, Node, Arc >inline
for_each_out_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
for_each_out_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
get_arc() constGraphCommon< GT, Node, Arc >inline
get_arc(Node *p)GraphCommon< GT, Node, Arc >inline
get_arc_dlink() noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
get_arc_it() const noexceptGraphCommon< GT, Node, Arc >inline
get_arc_it(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
get_bit(Node *node, int bit) const noexceptGraphCommon< GT, Node, Arc >inline
get_bit(Arc *arc, int bit) const noexceptGraphCommon< GT, Node, Arc >inline
get_cap(Arc *arc) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_connected_node(Arc *arc, Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
get_control_bits(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
get_control_bits(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
get_cookie() noexceptGraphCommon< GT, Node, Arc >inline
get_cookie() const noexceptGraphCommon< GT, Node, Arc >inline
get_cookie(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
get_cookie(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
get_counter(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
get_counter(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
get_first_arc() constAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
get_first_arc(Node *p) constAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
get_first_node() constAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
get_flow(Arc *arc) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_in_cap(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_in_degree(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_in_flow(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_in_it(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
get_node() constGraphCommon< GT, Node, Arc >inline
get_node_dlink() noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
get_node_it() const noexceptGraphCommon< GT, Node, Arc >inline
get_num_arcs() const noexceptGraphCommon< GT, Node, Arc >inline
get_num_arcs(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
get_num_nodes() const noexceptGraphCommon< GT, Node, Arc >inline
get_out_cap(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_out_degree(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_out_flow(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_out_it(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
get_sink() constAleph::Net_Graph< NodeT, ArcT >inline
get_sink_nodes() const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_source() constAleph::Net_Graph< NodeT, ArcT >inline
get_src_node(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
get_src_nodes() const noexceptAleph::Net_Graph< NodeT, ArcT >inline
get_tgt_node(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
Graph typedefAleph::Net_Graph< NodeT, ArcT >
has_arc_dlink_vGraphCommon< GT, Node, Arc >static
has_node_dlink_vGraphCommon< GT, Node, Arc >static
in_arcs(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::in_arcs(Node *p) constGraphCommon< GT, Node, Arc >inline
in_arcs_map(Node *p, std::function< T(Arc *)> op) constGraphCommon< GT, Node, Arc >inline
in_degree(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
in_nodes(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::in_nodes(Node *p) constGraphCommon< GT, Node, Arc >inline
in_pairs(Node *p) constGraphCommon< GT, Node, Arc >inline
InfinityAleph::Net_Graph< NodeT, ArcT >mutable
init() noexceptGraphCommon< GT, Node, Arc >inlineprotected
insert_arc(Node *src_node, Node *tgt_node, const Flow_Type &cap, const Flow_Type &flow, const typename Arc::Arc_Type &arc_info=Arc_Type())Aleph::Net_Graph< NodeT, ArcT >inline
insert_arc(Node *src_node, Node *tgt_node, const Flow_Type &cap)Aleph::Net_Graph< NodeT, ArcT >inline
insert_arc(Node *src_node, Node *tgt_node, const T &arc_info=Arc_Type())Aleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::insert_arc(Node *src, Node *tgt, const Arc_Type &arc_info)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
Aleph::Array_Graph::insert_arc(Node *src, Node *tgt, Arc_Type &&arc_info=Arc_Type())Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
GraphCommon::insert_arc(Node *src, Node *tgt, const Arc_Type &arc_info)GraphCommon< GT, Node, Arc >inline
GraphCommon::insert_arc(Node *src, Node *tgt, Arc_Type &&arc_info=Arc_Type())GraphCommon< GT, Node, Arc >inline
insert_node(const Node_Type &node_info)Aleph::Net_Graph< NodeT, ArcT >inline
insert_node()Aleph::Net_Graph< NodeT, ArcT >inline
insert_node(Node_Type &&info)Aleph::Net_Graph< NodeT, ArcT >inline
insert_node(Node *p)Aleph::Net_Graph< NodeT, ArcT >inline
insert_node(Node *p)Aleph::Net_Graph< NodeT, ArcT >inline
insert_node(const Node_Type &node_info)Aleph::Net_Graph< NodeT, ArcT >inline
insert_node(Node_Type &&node_info=Node_Type())Aleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::insert_node(Node *p)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inlinevirtual
is_connected(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
is_digraph() const noexceptGraphCommon< GT, Node, Arc >inline
is_single_sink() const noexceptAleph::Net_Graph< NodeT, ArcT >inline
is_single_source() const noexceptAleph::Net_Graph< NodeT, ArcT >inline
is_sink(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
is_source(Node *node) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
make_super_nodes()Aleph::Net_Graph< NodeT, ArcT >inline
make_super_sink()Aleph::Net_Graph< NodeT, ArcT >inline
make_super_source()Aleph::Net_Graph< NodeT, ArcT >inline
map_arcs(A1 *p, A2 *q) noexceptGraphCommon< GT, Node, Arc >inlinestatic
map_nodes(N1 *p, N2 *q) noexceptGraphCommon< GT, Node, Arc >inlinestatic
max_arc(Node *p, Compare cmp=[](Arc *a, Arc *b) { return a->get_info()< b->get_info();}) constGraphCommon< GT, Node, Arc >inline
max_arc(Compare cmp=[](Arc *a, Arc *b) { return a->get_info()< b->get_info();}) constGraphCommon< GT, Node, Arc >inline
me()GraphCommon< GT, Node, Arc >inlineprivate
min_arc(Node *p, Compare cmp=[](Arc *a, Arc *b) { return a->get_info()< b->get_info();}) constGraphCommon< GT, Node, Arc >inline
min_arc(Compare cmp=[](Arc *a, Arc *b) { return a->get_info()< b->get_info();}) constGraphCommon< GT, Node, Arc >inline
Net typedefAleph::Net_Graph< NodeT, ArcT >
Net_Graph(const Net_Graph &net)Aleph::Net_Graph< NodeT, ArcT >inline
Net_Graph(Net_Graph &&other) noexceptAleph::Net_Graph< NodeT, ArcT >inline
Net_Graph()Aleph::Net_Graph< NodeT, ArcT >inline
Node typedefAleph::Net_Graph< NodeT, ArcT >
node_setAleph::Array_Graph< __Graph_Node, __Graph_Arc >private
Node_Type typedefAleph::Net_Graph< NodeT, ArcT >
nodes() constGraphCommon< GT, Node, Arc >inline
nodes_map(std::function< T(Node *)> op) constGraphCommon< GT, Node, Arc >inline
none_arc(Operation &op) constGraphCommon< GT, Node, Arc >inline
none_arc(Operation &&op) constGraphCommon< GT, Node, Arc >inline
none_arc(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
none_arc(Node *p, Operation &&op) constGraphCommon< GT, Node, Arc >inline
none_node(Operation &op) constGraphCommon< GT, Node, Arc >inline
none_node(Operation &&op) constGraphCommon< GT, Node, Arc >inline
num_arcsGraphCommon< GT, Node, Arc >protected
num_nodesGraphCommon< GT, Node, Arc >protected
operator<<Aleph::Net_Graph< NodeT, ArcT >friend
operator=(Net_Graph &&other) noexceptAleph::Net_Graph< NodeT, ArcT >inline
operator=(const Net_Graph &net)Aleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::operator=(const Array_Graph &g)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
Aleph::Array_Graph::operator=(Array_Graph &&g) noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
out_arcs(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::out_arcs(Node *p) constGraphCommon< GT, Node, Arc >inline
out_arcs_map(Node *p, std::function< T(Arc *)> op) constGraphCommon< GT, Node, Arc >inline
out_degree(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
out_nodes(Node *p) const noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::out_nodes(Node *p) constGraphCommon< GT, Node, Arc >inline
out_pairs(Node *p) constGraphCommon< GT, Node, Arc >inline
partition_arcs(Operation op) constGraphCommon< GT, Node, Arc >inline
partition_nodes(Operation op) constGraphCommon< GT, Node, Arc >inline
register_node(Node *p)Aleph::Net_Graph< NodeT, ArcT >inlineprivate
remove_arc(Arc *arc) overrideAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::remove_arc(Arc *a)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inlinevirtual
remove_arcs_if(Predicate pred)GraphCommon< GT, Node, Arc >inlineprotected
remove_node(Node *p) noexcept overrideAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::remove_node(Node *p)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inlinevirtual
reset()Aleph::Net_Graph< NodeT, ArcT >inline
reset_arc(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
reset_arc_counters() const noexceptGraphCommon< GT, Node, Arc >inline
reset_arcs() constGraphCommon< GT, Node, Arc >inline
reset_bit(Node *node, int bit) const noexceptGraphCommon< GT, Node, Arc >inline
reset_bit(Arc *arc, int bit) const noexceptGraphCommon< GT, Node, Arc >inline
reset_bit_arcs(int bit) const noexceptGraphCommon< GT, Node, Arc >inline
reset_bit_arcs() const noexceptGraphCommon< GT, Node, Arc >inline
reset_bit_nodes(int bit) const noexceptGraphCommon< GT, Node, Arc >inline
reset_bit_nodes() const noexceptGraphCommon< GT, Node, Arc >inline
reset_bits(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
reset_bits(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
reset_cookie_arcs() const noexceptGraphCommon< GT, Node, Arc >inline
reset_cookie_nodes() const noexceptGraphCommon< GT, Node, Arc >inline
reset_counter(Node *node) const noexceptGraphCommon< GT, Node, Arc >inline
reset_counter(Arc *arc) const noexceptGraphCommon< GT, Node, Arc >inline
reset_counter_arcs() const noexceptGraphCommon< GT, Node, Arc >inline
reset_counter_nodes() const noexceptGraphCommon< GT, Node, Arc >inline
reset_node(Node *p) const noexceptGraphCommon< GT, Node, Arc >inline
reset_node_counters() const noexceptGraphCommon< GT, Node, Arc >inline
reset_nodes() constGraphCommon< GT, Node, Arc >inline
search_arc(Op &op) constGraphCommon< GT, Node, Arc >inline
search_arc(Op &&op) constGraphCommon< GT, Node, Arc >inline
search_arc(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
search_arc(Node *p, Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
search_arc(Node *src, Node *tgt) const noexceptGraphCommon< GT, Node, Arc >inline
search_directed_arc(Node *src, Node *tgt) const noexceptGraphCommon< GT, Node, Arc >inline
search_in_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
search_in_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
search_node(Op &op) constGraphCommon< GT, Node, Arc >inline
search_node(Op &&op) constGraphCommon< GT, Node, Arc >inline
search_out_arc(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
search_out_arc(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
set_bit(Node *node, int bit, int value) const noexceptGraphCommon< GT, Node, Arc >inline
set_bit(Arc *arc, int bit, int value) const noexceptGraphCommon< GT, Node, Arc >inline
set_cap(Arc *arc, const Flow_Type &cap)Aleph::Net_Graph< NodeT, ArcT >inline
set_digraph(bool val)GraphCommon< GT, Node, Arc >inline
set_flow(Arc *arc, const Flow_Type &flow)Aleph::Net_Graph< NodeT, ArcT >inline
sink_nodesAleph::Net_Graph< NodeT, ArcT >private
sort_arcs(Compare &cmp) noexceptGraphCommon< GT, Node, Arc >inline
sort_arcs(Compare &&cmp=Compare()) noexceptGraphCommon< GT, Node, Arc >inline
sort_nodes(Compare &cmp) noexceptGraphCommon< GT, Node, Arc >inline
sort_nodes(Compare &&cmp=Compare()) noexceptGraphCommon< GT, Node, Arc >inline
src_nodesAleph::Net_Graph< NodeT, ArcT >private
sum_arcs(Node *p, Extract extract) constGraphCommon< GT, Node, Arc >inline
sum_arcs(Node *p) constGraphCommon< GT, Node, Arc >inline
swap(Net_Graph &other) noexceptAleph::Net_Graph< NodeT, ArcT >inline
Aleph::Array_Graph::swap(Array_Graph &g) noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inline
total_sink_in_flow() constAleph::Net_Graph< NodeT, ArcT >inlineprivate
total_source_out_flow() constAleph::Net_Graph< NodeT, ArcT >inlineprivate
traverse_arcs(Operation &op) constGraphCommon< GT, Node, Arc >inline
traverse_arcs(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
traverse_arcs(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
traverse_arcs(Node *p, Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
traverse_arcs(Node *p, Operation &op) constGraphCommon< GT, Node, Arc >inline
traverse_in_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
traverse_in_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
traverse_nodes(Operation &op) constGraphCommon< GT, Node, Arc >inline
traverse_nodes(Operation &&op=Operation()) constGraphCommon< GT, Node, Arc >inline
traverse_out_arcs(Node *p, Op &op) constGraphCommon< GT, Node, Arc >inline
traverse_out_arcs(Node *p, Op &&op=Op()) constGraphCommon< GT, Node, Arc >inline
try_insert_arc(Node *src, Node *tgt, void *a)Aleph::Array_Graph< __Graph_Node, __Graph_Arc >inlineprivate
unmake_super_nodes()Aleph::Net_Graph< NodeT, ArcT >inline
unmake_super_sink() noexceptAleph::Net_Graph< NodeT, ArcT >inline
unmake_super_source() noexceptAleph::Net_Graph< NodeT, ArcT >inline
vsize() const noexceptGraphCommon< GT, Node, Arc >inline
with_super_sinkAleph::Net_Graph< NodeT, ArcT >
with_super_sourceAleph::Net_Graph< NodeT, ArcT >
~Array_Graph() noexceptAleph::Array_Graph< __Graph_Node, __Graph_Arc >inlinevirtual