I know how to write a basic condition for generating hands.
For example:
(( hcp(east)>=6 and hcp(east)<=10) and ( (spades(east)>=7 and hcp(east,spades)>=5) or(hearts(east)>=7 and hcp(east,hearts)>=5) or(diamonds(east)>=7 and hcp(east,diamonds)>=5 ) or(clubs(east)>=7 and hcp(east,clubs)>=5 )))
What I dont know how to do is to add to this code a condition for either south or north also having 6 cards of spades. Is that possible?
Regards
Thanks in advance