15namespace sequoia::testing
21 constexpr static maths::edge_sharing_preference edge_sharing{maths::edge_sharing_preference::agnostic};
28 constexpr static maths::edge_sharing_preference edge_sharing{maths::edge_sharing_preference::agnostic};
34 using edge_allocator =
typename Graph::edge_allocator_type;
39 edge_allocator operator()(
const Graph& g)
const
41 return g.get_edge_allocator();
52 edge_partitions_allocator operator()(
const Graph& g)
const
61 using node_allocator =
typename Graph::node_weight_allocator_type;
65 node_allocator operator()(
const Graph& g)
const
67 return g.get_node_allocator();
Storage for partitioned data such that data within each partition is contiguous.
Definition: PartitionedData.hpp:63
Definition: PartitionedData.hpp:991
Definition: NodeStorage.hpp:272
Definition: Connectivity.hpp:172
Definition: AllocationCheckers.hpp:178
Definition: AllocationCheckers.hpp:175
Definition: DynamicGraphAllocationTestingUtilities.hpp:25
Definition: DynamicGraphAllocationTestingUtilities.hpp:18
Definition: DynamicGraphAllocationTestingUtilities.hpp:33
Definition: DynamicGraphAllocationTestingUtilities.hpp:47
Definition: DynamicGraphAllocationTestingUtilities.hpp:60
Definition: DynamicGraphAllocationTestingUtilities.hpp:73