Open monty930 opened 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))}
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))}