Skip to content

High-level abstraction for vertices in a network and different kinds of networks.

Notifications You must be signed in to change notification settings

swamiiyer/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Abstractions

network.py: This module defines high-level abstractions for vertices in a network and for different kinds networks.

gen_network.py: This script generates a GraphML file representing a network having specified topology and size, and with the specified properties. See script for documentation on the allowed topologies and properties.

> python gen_network.py <topology> <size> <params> <outfile>

network_stats.py: This script prints as output the values of some of the basic properties of the input network in GraphML/GML format.

> python network_stats.py <infile>

graphml2gml.py: This script converts a network file in GraphML format to one in GML format.

> python graphml2gml.py <infile>

gml2graphml.py: This script converts a network file in GML format to one in GraphML format.

> python gml2graphml.py <infile>

Software Dependencies

Contact

If you have any questions about the software, please email Swami Iyer at [email protected].

About

High-level abstraction for vertices in a network and different kinds of networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages