Encodes the probability and pot equity for each player of a single
matchup, where a matchup is a confrontation between players who each
hold a single known hand.
Provides classes that enumerate or sample the possible outcomes of a poker
hand, define hand distributions, define subjective belief probabilities
over hand distributions, and compute subjective pot equity based on these
beliefs.
Given a mapping from hand groups G_i to numeric values, this class allows
you to build a new hand group as the union of those G_i whose numeric
values are less than or greater than a certain threshold.
Create a set of hands corresponding to those whose value compares either
less than or greater than a threshold value, where the value of each
hand is defined by a HandValuation.