Alexis Merceron

Results 1 comments of Alexis Merceron

I had some equity calculation error on this case AA vs KK vs QQ vs JJ vs TT switching from `player_hand[player_idx].cards = combo.hole_cards[player_idx];` to `player_hand[player_idx].cards = combo.hole_cards[j];` fixed the problem