c19 / hand-isomorphism

A C library for indexing poker hands that respects suit isomorphisms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poker Hand Isomorphisms

author: Kevin Waugh (waugh@cs.cmu.edu) date: April 7, 2013

This repository contains a C library for efficiently mapping poker hands to and from a tight set of indices. Poker hands are isomorphic with respect to permutations of the suits and ordering within a betting round. That is, AsKs, KdAd and KhAh all map to the same index preflop.

Please see:

K. Waugh, 2013. A Fast and Optimal Hand Isomorphism Algorithm. In the Second Computer Poker and Imperfect Information Symposium at AAAI

for more details, and src/hand_index.h for the API's description.

About

A C library for indexing poker hands that respects suit isomorphisms

License:Other


Languages

Language:C 95.0%Language:Objective-C 3.0%Language:C++ 2.0%