graph_representation_test
graph_representation_test,
an Octave code which
calls graph_representation(), which
determines various representations of a graph.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
graph_representation,
an Octave code which
can express the representation of an abstract mathematical graph
in several ways.
Source Code:
-
simple_edges.txt,
the edge list;
-
simple_node_coordinates.txt,
node coordinates.
-
simple.grf,
the GRF file created by the tests.
-
simple.png,
a PNG image of the GRF file.
-
gr_test01.m,
tests GR_ADJACENCY_LIST.
-
gr_test02.m,
tests GR_ADJACENCY_MATRIX.
-
gr_test03.m,
tests GR_ADJACENCY_POINTER.
-
gr_test04.m,
tests GR_ADJACENCY_STRUCTURE.
-
gr_test05.m,
tests GR_DEGREE.
-
gr_test06.m,
tests GR_GRF.
-
gr_test07.m,
tests GR_INCIDENCE_MATRIX.
Last revised on 24 January 2019.