Skip to main content

Experimental library to analyze complex networks

Project description

cxnetwork

Experimental library to process and analyze complex networks

Requirements

  • C11 compatible compiler (GCC, CLANG)

Compiling

run pip install cxnetwork on the project directory.

Usage

import cxnetwork as cx

cx.randomSeedDev();

edges =  [(0,1),(1,2),(2,3),(3,4),(4,5),(5,6),(6,7),(7,8),(8,9),(9,10),(10,0)]
edges += [(0,2),(1,3),(2,4),(3,5),(4,6),(5,7),(6,8),(7,9),(8,10),(9,0),(10,1)]

rewiredEdges = cx.rewire(edges,11,0.5);

print(rewiredEdges);

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cxnetwork-0.1.tar.gz (20.3 kB view hashes)

Uploaded Source

Built Distribution

cxnetwork-0.1-cp37-cp37m-macosx_10_9_x86_64.whl (54.1 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page