45#include <lal/numeric/integer.hpp>
46#include <lal/graphs/undirected_graph.hpp>
47#include <lal/graphs/directed_graph.hpp>
Directed graph class.
Definition directed_graph.hpp:67
Undirected graph class.
Definition undirected_graph.hpp:66
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:621
uint64_t num_pairs_independent_edges(const graphs::undirected_graph &g) noexcept
Compute the size of .
Definition Q.hpp:71
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:48