P2 Engine 3.2.7

Date: 07/08/2015

Latest release is P2 Engine 3.2.7 (check your P2 Engine version)

Bug in topological indicator calculations solved:
  • Update in topological float indicator (TF): If (m = 1 or m = n) then TF = 0 (m = 1: serial network, m = n: parallel network) instead of 1.
  • Code: 
    • Procedure: int RanGen::calculate_parameters(int generatie)
    • if(level==1 || level==nd_act) TF=0;
  • Reference: Vanhoucke, M., Coelho, J., Debels, D., Maenhout, B. and Tavares, L.V., 2008, "An evaluation of the adequacy of project network generators with systematically sampled networks", European Journal of Operational Research, 187(2), 511–524 (doi:10.1016/j.ejor.2007.03.032).