File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ b1S2C = E.nameAction "b1S2C" $ do
6666 -- With 5-5 in the minors, start with diamonds. No need to reverse if we're
6767 -- already in a GF auction.
6868 T. Clubs `E.longerThan` T. Diamonds
69+ -- TODO: with 5-5 in clubs and hearts, which should you bid first? With 4-4,
70+ -- it's probably still clubs.
71+ T. Clubs `E.longerThan` T. Hearts
6972 E. forbid E. balancedHand
7073 E. makeCall $ T. Bid 2 T. Clubs
7174
@@ -76,6 +79,9 @@ b1S2D = E.nameAction "b1S2D" $ do
7679 E. maxSuitLength T. Spades 3
7780 E. minSuitLength T. Diamonds 4
7881 T. Diamonds `E.atLeastAsLong` T. Clubs
82+ -- TODO: with 5-5 in diamonds and hearts, which should you bid first? With
83+ -- 4-4, it's probably still diamonds.
84+ T. Diamonds `E.longerThan` T. Hearts
7985 E. forbid E. balancedHand
8086 E. makeCall $ T. Bid 2 T. Diamonds
8187
You can’t perform that action at this time.
0 commit comments