Holger Berndt wrote: > Hi, > > I am currently looking at the poker-eval library, and was wondering if > there is any way to classify 'draw', non-made hands (flush-draw, > open-end or gutshot straight-draw). The HandType_ return values of > _EVAL_TYPE cover made hands only. > I assume you are familiar with poknum. What you would like is a breakdown by hand type instead of the current high level percentage of win/tie/lose per player. Correct ?
The best way to do it would be to modify the macro collecting the result. It should be a few hours hack at most, and an additional ten to twenty hours to have it in the next release of poker-eval. It would be a nice addition. Please let me know if and how you solved this. Cheers _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
