Unless condition_A then condition_b

516 Views Asked by At

In a problem based on selection of a team from the set of players ={R,S,T,U,V,W,X,Y,Z}, one the constraints is

Unless T and U are selected then V is selected.

I would like to know the propositional logic statement for this.

I understand "cond_A unless cond_B" logic but what does

Unless A then B mean?

Furthermore, in the specific scenario can T,U,V all be seleceted in the team?

1

There are 1 best solutions below

2
On

Unless A then B means that B will be selected in ALL those cases where A is not selected, i.e.

NOT(A) => B