pescetom, on 2019-October-09, 10:19, said:
I imagine it would become:
(
spades(south)>=5
and
hcp(south)>=10
and
hcp(south)<=15
and
clubs(south)<=spades(south)
and
diamonds(south)<=spades(south)
)
||
(
hearts(south)>=5
and
hcp(south)>=10
and
hcp(south)<=15
and
clubs(south)<=spades(south)
and
diamonds(south)<=spades(south)
)
As an aside, do you really want to open any 5cM as 1M with 10 HCP and with 15 HCP? I would pass the first and open 1NT many of the second.
Hi
Thanks for answering
What i'm doing here is testing this precision style openings
As an aside, how can i code something like: i dont want a 4333 or 4432 or 5332 shape?
I'm trying
hcp(south)>=16
and
condition shape(south, ! (any 4333 + any 4423+ any 5332))
but it wont work
Regards