akshaydixi / snametize

Convert a graph from an ASCIIGraph format to SNAP, GML and METIS formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snametize

Build Status

Convert a graph from an ASCIIGraph format to SNAP, GML and METIS formats

Dependencies

  • Boost.Program_options

###Usage

  • mkdir build && cd build && cmake ..
  • make
  • If it builds successfully, convert your graph file as follows
 ./snametize --input /path/to/mygraphfile --output /path/to/outputfile --format <SNAP|GML|METIS>

Future

I'm planning to refactor this into a full fledged library to convert graphs from one format to another blazingly fast. Refer to the wiki for more details.

About

Convert a graph from an ASCIIGraph format to SNAP, GML and METIS formats

License:MIT License


Languages

Language:C++ 76.5%Language:Shell 17.1%Language:Python 4.5%Language:Makefile 1.4%Language:CMake 0.5%Language:C 0.0%