Skip to content

akshaydixi/snametize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published