andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
806 stars 350 forks source link

Feature: Add dead cards option for evaluation #82

Open LukeLemes opened 9 months ago

LukeLemes commented 9 months ago

Dead cards option for evaluation in games Holdem, Omaha etc. Add to enable multi-board evaluation.

I wanted this feature also on cmdline ... do you thing we can merge this? ... It helps evaluate double board bomp pots

andrewprock commented 5 months ago

This can't be merged because it will break existing code. We need to add a wrapper that preserves the existing signature so that old code will still compile.