Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 750 Bytes

implementation.rst

File metadata and controls

38 lines (24 loc) · 750 Bytes

Implementation

Start with the configuration:

source/config

You can run the code by typing:

$ python runme.py

The script runme.py calls the main functions of the code, which are explained in the following sections.

source/initialization source/create_subproblems source/kmeans_functions source/max_p_functions

For the hierarchical clustering of the transmission network, use the following script:

source/lines_clustering_functions

Helping functions for the models are included in spatial_functions.py, and util.py.

source/spatial_functions source/util