A C# library for computing the survival signature (reliability) of k-terminal networks.
This code relates to the paper "An efficient algorithm for computing exact system and survival signatures of K-terminal network reliability", 2019 by Reed et al. Available here: https://doi.org/10.1016/j.ress.2019.01.011
The library code is found in the "KTerminalSurvSig" folder.
See "Benchmarks" sub-project for the benchmarks used in the paper.
See "Example" sub-project for an example of its use.
The code is licenced under the MIT licence, see LICENCE file for full details.