Algorithms provided need “fileTypeConversor.jar” library.
This application and library allows to read and write graph using different formats, specifically:
– GML https://en.wikipedia.org/wiki/Graph_Modelling_Language
– TXT Simple format. Each edge is represented by: vertex vertex <newline>
– NET http://gephi.github.io/users/supported-graph-formats/pajek-net-format/
– METIS http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/manual.pdf
How to execute?
FileTypeConversor Version 1.0.0
Usage: java -jar FileTypeConversor.jar <input filename> <type> <output type>
<type>: directed, undirected
<output type>: GML, TXT, NET, METIS
The code (implemented in Java) can be downloaded:
For any trouble or comment, please feel free to contact me.
Advertisements
that’s great but please check the link.can’t download.
Checked! Now it works…. sorry!