[P] - 1NT - [P] - 2♣
[X] - 2♦ - [P] - 3NT
all pass
you get a small club lead and manage to guess what combination of ♣ to play to not go off off the top:
T1: ♣5-8-T-J
(sorry if i got the forum wrong).
Posted 2009-October-11, 21:21
Posted 2009-October-11, 21:57
Posted 2009-October-11, 21:57
Posted 2009-October-12, 02:09
Posted 2009-October-12, 06:41
gnasher, on Oct 12 2009, 03:09 AM, said:
Posted 2009-October-12, 07:58
matmat, on Oct 11 2009, 10:21 PM, said:
|
|
Posted 2009-October-12, 08:18
gnasher, on Oct 12 2009, 03:09 AM, said:
gnasher, on Oct 12 2009, 03:09 AM, said:
This post has been edited by 655321: 2009-October-12, 08:40
Posted 2009-October-12, 10:12
gnasher, on Oct 12 2009, 03:09 AM, said:
Posted 2009-October-12, 10:24
Jlall, on Oct 12 2009, 05:12 PM, said:
Posted 2009-October-12, 11:26
Posted 2009-October-12, 11:36
gwnn, on Oct 12 2009, 12:26 PM, said:
Posted 2009-October-12, 12:29
Posted 2009-October-12, 12:48
north is "KT65 6432 AJ4 K8"
south is "AJ7 AK8 KT865 J7"
sdev lineA
sdev lineB
source format/none
main {
reject unless {[clubs west] > 3}
reject unless {[clubs east] > 1}
if { ([west has QD] && [diamonds west] < 3) || ([east has QD] && [diamonds east] < 3) || ([east has QS] && [spades east] < 4)} {lineA add 1}
if { ([west has QS] && [spades west] < 3) || ([east has QS] && [spades east] < 3) || ([east has QD] && [diamonds east] < 5)} {lineB add 1}
accept
}
deal_finished {
puts "Line A = [lineA count]"
puts "Line B = [lineB count]"
}
Posted 2009-October-12, 12:49
bid_em_up, on Oct 12 2009, 01:29 PM, said:
Posted 2009-October-12, 12:54
bid_em_up, on Oct 13 2009, 02:29 AM, said:
Posted 2009-October-12, 13:05
woefuwabit, on Oct 12 2009, 01:54 PM, said:
bid_em_up, on Oct 13 2009, 02:29 AM, said:
Posted 2009-October-12, 13:15
woefuwabit, on Oct 12 2009, 06:48 PM, said:
Posted 2009-October-12, 13:34
north is "KT65 6432 AJ4 K8"
south is "AJ7 AK8 KT865 J7"
sdev lineA
sdev lineB
source format/none
main {
reject unless {[clubs west] > 2}
reject unless {[clubs east] > 4}
if { ([west has QD] && [diamonds west] < 3) || ([east has QD] && [diamonds east] < 3) || ([east has QS] && [spades east] < 4)} {lineA add 1}
if { ([west has QS] && [spades west] < 3) || ([east has QS] && [spades east] < 3) || ([east has QD] && [diamonds east] > 1)} {lineB add 1}
accept
}
deal_finished {
puts "Line A = [lineA count]"
puts "Line B = [lineB count]"
}
Posted 2009-October-12, 13:55
woefuwabit, on Oct 12 2009, 01:48 PM, said:
Posted 2009-October-12, 13:57
Jlall, on Oct 12 2009, 01:49 PM, said: