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?