Jump to content

patiw

Members
  • Posts

    3
  • Joined

  • Last visited

patiw's Achievements

(1/13)

0

Reputation

  1. so this code generate 10000 produce 1000 vulnerable NS dealer north north2h=((hearts(north)>=5 && hcp(north)>=8 && hcp(north)<=13 && not shape(north, any 5422, any 5332) ) north2d=(diamonds(north)>=5 && hcp(north)>=8 && hcp(north)<=13 && not shape(north, any 5422, any 5332) ) north2s=(spades(north)>=5 && hcp(north)>=8 && hcp(north)<=13) && not shape(north, any 5422, any 5332) ) condition north2h || north2d || north2s action printpbn should working ?
  2. ((hearts(north)>=5&&hcp(north)>=8&&hcp(north)<=13)|| (diamonds(north)>=5&&hcp(north)>=8&&hcp(north)<=13)|| (spades(north)>=5&&hcp(north)>=8&&hcp(north)<=13)) Now i must exclude 5422 and 5332 shape
  3. Hi, can anybody help me ? I need script which generate me hand like a "Fantunes Two's" so: 8-13PC, 5+♥/♦/♠ with unbalanced shape.
×
×
  • Create New...