# # The following code will set parameters so that the North hand is dealt a 1NT opening, more or less, # and the South hand is dealt a hand on which she is likely to use a transfer bid. # # North hand parameters # spades(north)>1 and spades(north)<6 and hearts(north)>1 and hearts(north)<6 and diamonds(north)>1 and diamonds(north)<6 and clubs(north)>1 and clubs(north)<6 and hcp(north)>14 and hcp(north)<18 and # # South hand parameters # hearts(south)>4 and hearts(south)<7 and spades(south)<4 and diamonds(south)<6 and clubs(south)<6 and hcp(south)>6 and hcp(south)<15