zekyll / OMPEval

Fast C++ poker hand evaluator and equity calculator
ISC License
167 stars 69 forks source link

Is this available to parse Omaha combination with OMPEval? #27

Open SSukhomlinov opened 3 years ago

SSukhomlinov commented 3 years ago

There no any examples of mentions about omaha in OPMEval manual. I wonder to know can this parser evaluate omaha combination and are there any tests wich prove correct evaluating for omaha?

siarheisinelnikau commented 1 year ago

Late response, but:

This will only evaluate up to 7 cards hand. To evaluate final omaha hand - you should use 'combinatorics' or similar library, it will just iterate all possible 7 or 5 hand combinations inside 9 card hand. Then just find best hand based on its strength.