|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Euclidian Graph Common. More...
#include <gtest/gtest.h>#include <euclidian-graph-common.H>#include <algorithm>#include <cmath>#include <cstdint>#include <string>#include <tuple>#include <utility>#include <vector>#include <tpl_graph.H>#include <tpl_sgraph.H>Go to the source code of this file.
Functions | |
| TEST (EuclidianGraphCommon, RejectsImpossibleUniquePlacement) | |
| TEST (EuclidianGraphCommon, NodeCoordinatesAreUniqueAndInRange) | |
| TEST (EuclidianGraphCommon, ArcWeightsAreWithinBounds) | |
| TEST (EuclidianGraphCommon, ConsistentStructureForFixedSeed) | |
| int | main (int argc, char **argv) |
Tests for Euclidian Graph Common.
Definition in file euclidian_graph_common_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 212 of file euclidian_graph_common_test.cc.
References Aleph::maps().
| TEST | ( | EuclidianGraphCommon | , |
| ArcWeightsAreWithinBounds | |||
| ) |
Definition at line 148 of file euclidian_graph_common_test.cc.
References h, Aleph::maps(), Aleph::Filter_Iterator< Container, It, Show_Item >::next_ne(), and w.
| TEST | ( | EuclidianGraphCommon | , |
| ConsistentStructureForFixedSeed | |||
| ) |
Definition at line 172 of file euclidian_graph_common_test.cc.
References h, Aleph::maps(), Aleph::HTList::size(), and w.
| TEST | ( | EuclidianGraphCommon | , |
| NodeCoordinatesAreUniqueAndInRange | |||
| ) |
Definition at line 126 of file euclidian_graph_common_test.cc.
References h, Aleph::maps(), w, and y.
| TEST | ( | EuclidianGraphCommon | , |
| RejectsImpossibleUniquePlacement | |||
| ) |
Definition at line 120 of file euclidian_graph_common_test.cc.
References Aleph::maps().