48#include <lal/numeric/integer.hpp>
49#include <lal/definitions.hpp>
50#include <lal/graphs/undirected_graph.hpp>
51#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:525
uint64_t num_pairs_independent_edges(const graphs::undirected_graph &g) noexcept
Compute the size of .
Definition Q.hpp:73
numeric::integer num_pairs_independent_edges_integer(const graphs::undirected_graph &g) noexcept
Compute the size of .
Main namespace of the library.
Definition definitions.hpp:48