Skip to content

Commit ee9ade9

Browse files
authored
Remove shape constraints for responding 2C over 1D (#14)
Fix #13
1 parent 326d2e7 commit ee9ade9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

BridgeBidder/LCStandard/Respond.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public static PositionCalls OneDiamond(PositionState ps)
147147

148148
// 2/1 game force is the highet priority if we can make it. It is OK to bid this
149149
// with game going values even if we have a 4 card major.
150-
Shows(Bid._2C, Points(GameOrBetter), Shape(4, 10), LongestMajor(4)),
150+
Shows(Bid._2C, Points(GameOrBetter), LongestMajor(4)),
151151

152152
Shows(Bid._1H, Points(Respond1Level), Shape(4), Shape(Suit.Spades, 0, 4)),
153153
Shows(Bid._1H, Points(Respond1Level), Shape(5, 10), LongerThan(Suit.Spades)),

TestBridgeBidder/TwoOverOneGameForce/Respond.pbn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@
6060
1S Pass 3S
6161

6262

63+
[Event "1D Pass 2C, 19 points, 0-3 hearts/spades"]
64+
[Dealer "S"]
65+
[Vulnerable "None"]
66+
[Deal "S:- - AQ8.J9.AK972.A92 -"]
67+
[Auction "S"]
68+
1D Pass 2C

0 commit comments

Comments
 (0)