View full-text article in PMC Entropy (Basel). 2020 Aug 15;22(8):894. doi: 10.3390/e22080894 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2020 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1 S-BD: Benders Decompostion for SSPTI 1: Initialize Y^←∅, z_←−∞, z¯←+∞, x^←0, ϵ 2: while z¯−z_≤ϵ do 3: Solve [Sub(x^)] for y^ and objective value zx^ 4: Y^←Y^∪y^ 5: if z_<zx^ then z_←zx^ 6: Solve [Master(Y^)] for x^ and objective value zY^ 7: z¯←zY^ 8: Return xϵ←x^