Rules and Effectivity
I have 2 options, A and B and a boolean feature C. I have written 2 rules.
Rule 1:
AnyTrue(A,B) IMPLES AnyTrue(C)
Rule 2:
AllTrue(A,B) IMPLIES AnyTrue(C)
Now suppose I make the option A as never effective, what will be the impact on the rules due to this?
Can I consider the state of option A to be always false after I made it never effective?
Thanks