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

Replaces int with std::size_t in for loops to prevent warnings #186

Closed ruimaciel closed 11 months ago

ruimaciel commented 11 months ago

This PR fixes #185 by updating for loops to replace int with std::size_t to represent std::vector indices.