java.lang.Object
cz.matfyz.rudad.joker.evaluator.DPTables
Contains DP tables used in the hand evaluator.
Source: dptables.c
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DP
static final int[][][] DPDP table for computing the quinary hash of a hand. Source: dptables.c -
SUITS
static final byte[] SUITSHash table for checking if and which suit is flush. Source: dptables.c
-
-
Constructor Details
-
DPTables
DPTables()
-