monty930 / Multi2Diamonds

1 stars 0 forks source link

undersand predeal #18

Open monty930 opened 8 months ago

monty930 commented 8 months ago

Why this does not work??? Literally any hand satisfies this. Redeal hangs.

from redeal import *

All = Shape.from_cond( lambda s, h, d, c: True)

predeal = {"N": SmartStack(All, Evaluator(4, 3, 2, 1), range(0, 40))}