Skip to content

macoj/partitions2graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

partitions2graph

From partitions of a graph to a whole graph

Usage:

$partitions2graph -i graphml_filename -s split_filename -a attributes_split_filename

Example:

./partitions2graph -i graph.graphml -s split_001000 -a split_attributes.ametis > graph_simplified.edges

TODO

  • Support any type of id in the nodes. Now it assumes the id attribute is an integer number.
  • Export graphml.
  • Better handling of .ametis files

About

From partitions of a graph to a whole graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published