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.65k stars 295 forks source link

Replaces std::size_t with int in for loops to prevent errors #190

Closed notx0r closed 4 months ago

notx0r commented 4 months ago

This PR reverts two places changed in #186, where the unsigned size_t causes problems when the loop index is decremented beyond zero.