Edge Vector representation is a novel method of representing graphs. It was introduced in [1]. The advantage of this representation is the minimum requirement in memory usage, in comparison to competition. Also encoding a graph in Edge Vector or decoding the graph elements from the representation is efficient with polynomial complexity.
Use Edge Vector online Coder-Decoder here.
In the libraries there are coders / decoders implemented in Java and Javascript. Also included a Javascript library for converting files from Dimacs format to Edge Vector which is used as a benchmark.
In the randographs folder there is a web application for generating randomgraphs.
In the DIMACS folder there are graphs from the Second DIMACS Implementation Challenge, they may be used as benchmark.
Let
(eq. 1)
The value of
For directed graph
Let
An example of a small NN representation in Edge Vector Index is illustrated in next figure.
Directed edges are represented by array
In the case of graph
[1] P. Rodis and P. Papadimitriou, "Intelligent Network Service Embedding using Genetic Algorithms," 2021 IEEE Symposium on Computers and Communications (ISCC), 2021, pp. 1-7, doi: 10.1109/ISCC53001.2021.9631456. pdf.