NEDISS: Network Diffusion and Synchronization Simulator
|
Index of the available tests
graph-test-init.h
: This test is for visually inspecting that the created graph has the correct number of nodes, edges and values. It uses a constant initialization.graph-test-singlestep-evolution.h
: This test is for visually inspecting that the integration is yielding correct results with all the nodes and values initialized to the same value.long-singlestep-run.sh
: This test initializes all nodes and edges with the same value, iterates the system several times, and finally shows the results. It aims to both, deepen in the previous test as to check that symmetric systems yield symmetric results, and also confirm that there is no memory leak nor segmentation fault that appears with a small probability.