LAL: Linear Arrangement Library 21.07.01
A library focused on algorithms on linear arrangements of graphs.
Loading...
Searching...
No Matches
lal::graphs::undirected_graph Member List

This is the complete list of members for lal::graphs::undirected_graph, including all inherited members.

__disjoint_union(const graph &g) noexceptlal::graphs::graphprotected
_clear() noexceptlal::graphs::undirected_graphprotectedvirtual
_init(uint32_t n) noexceptlal::graphs::undirected_graphprotectedvirtual
add_edge(node s, node t, bool norm=true, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
add_edge_bulk(node s, node t) noexceptlal::graphs::undirected_graph
add_edges(const std::vector< edge > &edges, bool norm=true, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
check_normalised() noexceptlal::graphs::graphvirtual
clear() noexceptlal::graphs::graphvirtual
copy_full_graph(const graph &g) noexceptlal::graphs::graphprotected
copy_full_undirected_graph(const undirected_graph &u) noexceptlal::graphs::undirected_graphprotected
disjoint_union(const undirected_graph &g) noexceptlal::graphs::undirected_graph
extra_work_per_edge_add(node u, node v) noexceptlal::graphs::graphprotectedvirtual
extra_work_per_edge_remove(node u, node v) noexceptlal::graphs::graphprotectedvirtual
finish_bulk_add(bool norm=true, bool check=true) noexceptlal::graphs::undirected_graphvirtual
get_degree(node u) const noexceptlal::graphs::undirected_graphinline
get_edges() const noexceptlal::graphs::undirected_graphvirtual
get_neighbours(node u) const noexceptlal::graphs::undirected_graphinline
get_num_edges() const noexceptlal::graphs::graphinline
get_num_nodes() const noexceptlal::graphs::graphinline
get_Q() const noexceptlal::graphs::undirected_graphvirtual
graph() noexceptlal::graphs::graphinline
graph(uint32_t n) noexceptlal::graphs::graphinline
graph(const graph &g) noexceptlal::graphs::graphinline
graph(graph &&g) noexceptlal::graphs::graphinline
has_edge(node u, node v) const noexceptlal::graphs::undirected_graphvirtual
has_node(node u) const noexceptlal::graphs::graphinline
init(uint32_t n) noexceptlal::graphs::graphvirtual
is_directed() const noexceptlal::graphs::undirected_graphinlinevirtual
is_normalised() const noexceptlal::graphs::graphinline
is_undirected() const noexceptlal::graphs::undirected_graphinlinevirtual
m_adjacency_listlal::graphs::graphprotected
m_normalisedlal::graphs::graphprotected
m_num_edgeslal::graphs::graphprotected
move_full_graph(graph &&g) noexceptlal::graphs::graphprotected
move_full_undirected_graph(undirected_graph &&u) noexceptlal::graphs::undirected_graphprotected
normalise() noexceptlal::graphs::graphvirtual
normalise_after_add(bool norm, bool check) noexceptlal::graphs::graphprotected
normalise_after_remove(bool norm, bool check) noexceptlal::graphs::graphprotected
operator=(const undirected_graph &g) noexceptlal::graphs::undirected_graphinline
operator=(undirected_graph &&g) noexceptlal::graphs::undirected_graphinline
lal::graphs::graph::operator=(const graph &g) noexceptlal::graphs::graphinline
lal::graphs::graph::operator=(graph &&g) noexceptlal::graphs::graphinline
remove_edge(node s, node t, bool norm=false, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
remove_edges(const std::vector< edge > &edges, bool norm=true, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
remove_edges_incident_to(node u, bool norm=true, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
remove_single_edge(node u, node v, neighbourhood &out_u, neighbourhood &in_v) noexceptlal::graphs::undirected_graphprivate
set_edges(const std::vector< edge > &edges, bool norm=true, bool check_norm=true) noexceptlal::graphs::undirected_graphvirtual
set_normalised(bool v=true) noexceptlal::graphs::graphinline
undirected_graph() noexceptlal::graphs::undirected_graphinline
undirected_graph(uint32_t n) noexceptlal::graphs::undirected_graphinline
undirected_graph(const undirected_graph &g) noexceptlal::graphs::undirected_graphinline
undirected_graph(undirected_graph &&g) noexceptlal::graphs::undirected_graphinline
~graph() noexceptlal::graphs::graphinlinevirtual
~undirected_graph() noexceptlal::graphs::undirected_graphinlinevirtual