ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
Graph Member List

This is the complete list of members for Graph, including all inherited members.

add_edge(unsigned long src, unsigned long tgt, bool undirected=true)Graphinline
add_node(unsigned long node)Graphinline
adj_listGraphprivate
contract_edge(unsigned long src, unsigned long tgt)Graphinline
fill(const std::unordered_set< unsigned long > &nodes, bool undirected=true)Graphinline
get_neighbours(unsigned long node) constGraphinline
get_nodes() constGraphinline
Graph(const BooleanCircuit &bc)Graphinline
has_edge(unsigned long src, unsigned long tgt)Graphinline
has_neighbours(unsigned long node) constGraphinline
has_node(unsigned long node) constGraphinline
neighbour_improved(unsigned k, unsigned long n1, unsigned long n2)Graphinline
node_setGraphprivate
num_edgesGraphprivate
number_edges() constGraphinline
number_nodes() constGraphinline
remove_node(unsigned long node)Graphinline