Skip to main content
. 2019 Sep 23;19(19):4121. doi: 10.3390/s19194121
Algorithm 1: IsWellFormedRule Function
Require: R
Ensure: TrueorFalse
   if R[Provides] and R[Shares]= then
   return False
   end if
   return True