|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Classes | |
| class | IndexGraphIntensiveTest |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| AlternatingInsertRemove | |||
| ) |
Definition at line 104 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), Aleph::Index_Graph< GT, Compare, Tree >::remove_node(), and Aleph::Index_Graph< GT, Compare, Tree >::search_node().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| ArcRemovalAndReinsertion | |||
| ) |
Definition at line 184 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::insert_arc(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), Aleph::Index_Graph< GT, Compare, Tree >::remove_arc(), and Aleph::Index_Graph< GT, Compare, Tree >::search_arc().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| BulkInsertThenRemove | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| ChainGraph | |||
| ) |
Definition at line 230 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_arcs(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_arc(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), N, and nodes.
| TEST_F | ( | IndexGraphIntensiveTest | , |
| DenseGraph | |||
| ) |
Definition at line 61 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_arcs(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_arc(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), N, and nodes.
| TEST_F | ( | IndexGraphIntensiveTest | , |
| DuplicateNodeValues | |||
| ) |
Definition at line 334 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), and Aleph::Index_Graph< GT, Compare, Tree >::insert_node().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| GridGraph | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| IterateAllArcs | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| IterateAllNodes | |||
| ) |
Definition at line 283 of file index_graph_intensive_test.cc.
References Aleph::count(), Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), N, and Aleph::Filter_Iterator< Container, It, Show_Item >::next().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| LargeGraphCleanup | |||
| ) |
Definition at line 378 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_arcs(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_arc(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), and nodes.
| TEST_F | ( | IndexGraphIntensiveTest | , |
| LargeNumberOfArcs | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| LargeNumberOfNodes | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| ManyArcSearches | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| ManyDuplicateAttempts | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| ManySearchOperations | |||
| ) |
Definition at line 83 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), and Aleph::Index_Graph< GT, Compare, Tree >::search_node().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| MixedOperationPattern | |||
| ) |
Definition at line 469 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), Aleph::Index_Graph< GT, Compare, Tree >::remove_node(), and Aleph::Index_Graph< GT, Compare, Tree >::search_node().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| MultipleGraphInstances | |||
| ) |
Definition at line 363 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), and Aleph::Index_Graph< GT, Compare, Tree >::insert_node().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| NegativeValueSearch | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| RandomInsertionOrder | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| SearchAfterManyOperations | |||
| ) |
| TEST_F | ( | IndexGraphIntensiveTest | , |
| StarGraph | |||
| ) |
Definition at line 205 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_arcs(), Aleph::Index_Graph< GT, Compare, Tree >::get_num_nodes(), Aleph::Index_Graph< GT, Compare, Tree >::insert_arc(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), and Aleph::Index_Graph< GT, Compare, Tree >::search_arc().
| TEST_F | ( | IndexGraphIntensiveTest | , |
| VeryLargeValues | |||
| ) |
Definition at line 456 of file index_graph_intensive_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Index_Graph< GT, Compare, Tree >::insert_node(), and Aleph::Index_Graph< GT, Compare, Tree >::search_node().