|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Graph Indexes. More...
Go to the source code of this file.
Functions | |
| TEST (NodesIndex, InsertSearchRemoveByInfo) | |
| TEST (NodesIndex, SearchOrInsertDoesNotDuplicate) | |
| TEST (ArcsIndex, DirectedSearchByEndpointsAndInfo) | |
| TEST (ArcsIndex, UndirectedSearchFindsReverse) | |
| TEST (ArcsIndex, RemoveFromGraphRemovesFromIndex) | |
Tests for Graph Indexes.
Definition in file graph_indexes_test.cc.
| TEST | ( | ArcsIndex | , |
| DirectedSearchByEndpointsAndInfo | |||
| ) |
Definition at line 81 of file graph_indexes_test.cc.
References arcs, and Aleph::maps().
| TEST | ( | ArcsIndex | , |
| RemoveFromGraphRemovesFromIndex | |||
| ) |
Definition at line 111 of file graph_indexes_test.cc.
References arcs, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST | ( | ArcsIndex | , |
| UndirectedSearchFindsReverse | |||
| ) |
Definition at line 96 of file graph_indexes_test.cc.
References arcs, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and Aleph::maps().
| TEST | ( | NodesIndex | , |
| InsertSearchRemoveByInfo | |||
| ) |
| TEST | ( | NodesIndex | , |
| SearchOrInsertDoesNotDuplicate | |||
| ) |
Definition at line 71 of file graph_indexes_test.cc.
References Aleph::maps(), and Aleph::Nodes_Index< GT, Compare, Tree, SN >::search_or_insert_in_graph().