[][src]Crate horokai_network

Define struct Network for graph theory

This is my experimental project to use Rust for numerical calculation of complex network theory.

struct Network is the universe of the graph system

The struct Network is the universe of the system in mathmatics literature.
This struct is the simplest expression of the network or graph. See pages of the struct Network.
Functions exist to manage the struct Network.
This is the design of this crate.

Structs

Network

Definition of struct Network, the implementation of network in mathmatics.