Closed ydm closed 2 years ago
This commit lets Range manage its own card+weight mechanism by adding pub fn Range::get_hands_weights and uses it in PostFlopGame instead of manual card iteration.
pub fn Range::get_hands_weights
I will make some minor changes later, but anyway thanks for contributing!
This commit lets Range manage its own card+weight mechanism by adding
pub fn Range::get_hands_weights
and uses it in PostFlopGame instead of manual card iteration.