| Algorithm 8: IsConsistentPolicy Function |
| Require: PF Ensure: for F do if IsWellFormedRule(R) then return end if end for for F do if IsCoreRule(R, P) then return end if end for for D F do if IllegalInformationExchange(C, P) then return end if end for for C F do if IllegalInformationExchange(C, P) then return end if end for return |