Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.13 KB

sayama-networkx-2

Code for the networks chapters in Sayama's Introduction to the Modeling and Analysis of Complex Systems, updated for the networkx 2.x library.

The textbook was written when networkx 1.x was still standard. Unfortunately the textbook code does not work with breaking changes in the now standard networkx 2.x.

Repository organization

Paths is the repository are named so that a particular code block from the text is easy to find. For example, code block 15.3 from Chapter 15 is available at /chapter-15/15.3.py

You can also find the original code (which would run under version 1.x of the networkx library) at /chapter-15/15.3.original.py

Textbook

The textbook for which this repository was created is

Sayama, H. (2015). Introduction to the Modeling and Analysis of Complex Systems. Open SUNY Textbooks, Milne Library. Retrieved from http://bingweb.binghamton.edu/~sayama/textbook/

Licensing

Since this is not really a software repository, but a textbook patch repository, a Creative Commons licence is used, to match the licensing requirements from the original textbook.

See the file LICENSE.md for details.