This is a Julia program designed for calculating the benefit-to-cost ratio of any higher-order networks.
Julia 1.11 and following packages is required:
- Symbolics.jl
Download the repo, activate environment in /examples, and run such code in Julia repl to get final results:
cd("path/to/repo/")
include("examples/batch-system-analysis.jl")
include("examples/system-analysis-visualization.jl")Thanks to matlab version created by @Anzhi Sheng and procedure of clustering coefficent by @Gyeong-GyunHa.