14namespace sequoia::testing
19 using regular_allocation_test::regular_allocation_test;
22 std::filesystem::path source_file()
const;
26 template <
class,
class, concrete_test>
31 maths::graph_flavour GraphFlavour,
34 class EdgeStorageConfig,
35 class NodeWeightStorage
37 void execute_operations();
39 template<maths::dynamic_network Graph>
40 void bucketed_memory();
Templated on the test_mode, this forms the basis of all allocation tests for regular types.
Definition: RegularAllocationTestCore.hpp:104
Definition: DynamicGraphTestingUtilities.hpp:115
Definition: DynamicGraphUnweightedAllocationBucketedTest.hpp:17