TexasSolver
TexasSolver copied to clipboard
🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
Hello, i have Windows 10 on VirtualBox and when i launch TexasSolverGui.exe i get a bunch of errors: 1. The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling...
If I compile it, it starts quickly but I get memory access errors. Maybe it is because I don't execute it as root.
I am trying to get it to work without having to read the whole sourcecode.
I'll preface this by communicating that I have no reason to doubt the accuracy of the solver built here and that I don't doubt it, I just want to understand...
Hey, thank you for this awesome work! I am interested in using the console solver for some private reports, and I was wondering if you have some more documentation on...
g++ -fno-keep-inline-dllexport -openmp -g -std=gnu++11 -Wall -W -Wextra -dM -E -o debug/moc_predefs.h C:/Qt/Qt5.11.3/5.11.3/mingw53_32/mkspecs/features/data/dummy.cpp cc1plus.exe: error: output filename specified twice Makefile.Debug:400: recipe for target 'debug/moc_predefs.h' failed mingw32-make[1]: Leaving directory 'E:/temp/build-TexasSolverGui-Desktop_Qt_5_11_3_MinGW_32bit-Debug' mingw32-make[1]:...
It's an intermittent yet recurrent issue that some combos that cannot still exist due to board cards (namely turn and river cards) are still present in ranges. It seems a...
就是把例如AKs分解成AhKh,AhKc等等区别花色的组合,如果从turn开始运算,这是必须要支持的。这个实现可以兼容两种模式,代码没有很细的测试,请作者看看有没问题。 [PrivateRangeConverter.txt](https://github.com/bupticybee/TexasSolver/files/8996918/PrivateRangeConverter.txt)
move an issue collected in a PR @sjekk Hi Icybee, Thanks for the Solver. It is really neat. I tried to run a situation where the LJ is called by...
The raise size indicated in the GUI's Game-Tree seems to be erroneous, at least I don't think it is a good way to represent it. From the 2nd raise (3-bet)...