Question

I hear this term used quite frequently, but have yet to see it specified (and can't find it by searching). Single starting hands are pretty straight forward. Here, I'm using pokerstove syntax as an example:

  • XX for a pair (e.g.: 77, 99, TT, KK)
  • XYo for an off suit combination (e.g.: 72o, 54o, AQo)
  • XYs for a suited combination (e.g.: 76s, 86s, AKs)

Where things get a bit dicier is when it starts to take on a set-builder-like syntax, with ranges, and unions between ranges. (e.g.: 22+, A9s+, AKo for any pair, suited aces >= A9, and AKo).

As far as I see, people tend to use slight variations on the PF form, but the term "canonical form" seems to suggest that someone has at least started looking toward simplifying and/or standardizing it.

On one hand, Stove is ubiquitous enough that duplicating Prock's syntax isn't horrible, but I'd like to implement a standard if one exists.

Was it helpful?

Solution

Seems the answer is 'no' and that Pokerstove's syntax is ubiquitous enough that it can be used.

Feel free to join in fleshing out the syntax.

  • Two card representations are given here.
  • Square brackets represent single hands, e.g.: [KQ] represents all possibilities of KQ (suited and non-suited).
  • Intervals can be represented as [76s-23s] which includes all suited connectors from 76s to 23s. It does not include off suit hands.
  • Commas are used to join single hands or intervals.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top