bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.73k stars 306 forks source link

Specifying hole cards rather than ranges for post-flop #128

Closed silentdiverchris closed 2 years ago

silentdiverchris commented 2 years ago

Hi, I've been trying to solve for specific hole cards rather than ranges for post-flop, eg "KhJd" rather than "KJo", is this possible ? - thanks.

bupticybee commented 2 years ago

Hi, I've been trying to solve for specific hole cards rather than ranges for post-flop, eg "KhJd" rather than "KJo", is this possible ? - thanks.

Yes, it's possible, community is now working on this subject.

silentdiverchris commented 2 years ago

Ok, thanks.