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

cannot set_raise_limit with console version #116

Closed kncesarini closed 2 years ago

kncesarini commented 2 years ago

From what I can find it doesn't seem to be possible to set this parameter when using the console version.

set_raise_limit 3
command not recognized: set_raise_limit

There is no matching command in here: https://github.com/bupticybee/TexasSolver/blob/console/src/tools/CommandLineTool.cpp

So i assume this means currently it will always use the default value 4 from here: https://github.com/bupticybee/TexasSolver/blob/console/include/tools/CommandLineTool.h

bupticybee commented 2 years ago

Ok I see, it's a bug. I see you have post a pr, I will review and merge them

bupticybee commented 2 years ago

117 merged. Thanks for contribution.

bupticybee commented 2 years ago

This issue is considered solved by #117. Closing.

Reopen if necessary