Check Region Full Pseudo Code

For each decisions

  If the decision is still possible

    If the decision source region has a Quantity point in Region Maintenance

      Get the value of the quantity point

      Get the region capacity

      If the current region capacity + 1 > the configured capacity

        Eliminate the decision

      End if

    End if

  End if

Next decision

More information

Check Region Full.