![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
This is the complete list of members for Graph, including all inherited members.
| add_edge(unsigned long src, unsigned long tgt, bool undirected=true) | Graph | inline |
| add_node(unsigned long node) | Graph | inline |
| adj_list | Graph | private |
| contract_edge(unsigned long src, unsigned long tgt) | Graph | inline |
| fill(const std::unordered_set< unsigned long > &nodes, bool undirected=true) | Graph | inline |
| get_neighbours(unsigned long node) const | Graph | inline |
| get_nodes() const | Graph | inline |
| Graph(const BooleanCircuit &bc) | Graph | inline |
| has_edge(unsigned long src, unsigned long tgt) | Graph | inline |
| has_neighbours(unsigned long node) const | Graph | inline |
| has_node(unsigned long node) const | Graph | inline |
| neighbour_improved(unsigned k, unsigned long n1, unsigned long n2) | Graph | inline |
| node_set | Graph | private |
| num_edges | Graph | private |
| number_edges() const | Graph | inline |
| number_nodes() const | Graph | inline |
| remove_node(unsigned long node) | Graph | inline |