Research Article

Elimination of the Redundancy Related to Combining Algorithms to Improve the PDP Evaluation Performance

Algorithm 7

Detection and elimination algorithm for redundancy related to combining algorithms between policies. DetectRedundancyBetweenPolicies(, , CA).
Input:  () two RBWs, and
     () policy/rule combination algorithm CA
Output: combined RBW
()  for each .IDList
()    for each [ResBrickId].List
()      [ResBrickId].List.Append()
()      for each [ResBrickId].List
()        CA_DetectRedundancy(, , CA)
()  BackTrackingDetectRedundancy(, root, CA)