48#include <lal/numeric/integer.hpp>
49#include <lal/graphs/undirected_graph.hpp>
50#include <lal/graphs/directed_graph.hpp>
Directed graph class.
Definition: directed_graph.hpp:68
Undirected graph class.
Definition: undirected_graph.hpp:67
Arbitrary precision integer.
Definition: integer.hpp:60
uint64_t to_uint() const noexcept
Converts this integer to an unsigned 64-bit integer.
Definition: integer.hpp:622
uint64_t num_pairs_independent_edges(const graphs::undirected_graph &g) noexcept
Compute the size of .
Definition: Q.hpp:74
numeric::integer num_pairs_independent_edges_integer(const graphs::undirected_graph &g) noexcept
Compute the size of .
Main namespace of the library.
Definition: basic_types.hpp:50