Extends a previous attack run with additional attack rounds

ExtendAttack(
  NetworkList,
  AttackOrder,
  MinMaxComp = 0,
  TotalAttackRounds = 1000
)

Arguments

NetworkList

The output of AttackTheGrid, which is to be extended

AttackOrder

The original attack order used to generate the attack run

MinMaxComp

The minimum size of the maximum component, default is set to zero

TotalAttackRounds

The total number of attack rounds to execute in this extension