9#include "AdjacencyList.h"
36std::vector<std::int32_t>
37reorder_rcm(
const graph::AdjacencyList<std::int32_t>& graph);
Graph data structures and algorithms.
Definition AdjacencyList.h:23
std::vector< std::int32_t > reorder_rcm(const graph::AdjacencyList< std::int32_t > &graph)
Re-order a graph using the Reverse Cuthill-McKee algorithm.
Definition ordering.cpp:149