1
2
3
pub trait GetUseCachedAdjacencyMatrixTranspose {
    fn use_cached_adjacency_matrix_transpose(&self) -> bool;
}