I've started developing an app on android where I need to calculate the range vs range equity. The purpose for now is to use pot equity to evaluate what hand makes a good call. So I implemented my hand evaluator and equity calculator but the equity calculations was taking too much time. So I've started using the 7 card evaluator of Klaatu (
https://wiki.csc.calpoly.edu/CPE-480...andeval/klaatu ). So know I want to know how to proceed from this point on to calculate range vs range calculation. Do I run a 10k simulations for each hand in range 1 vs each hand range 2? This should takes time even with the fast hand evaluator. I use Poker equity calculator app on my phone and its calculating to 10 players range vs range equity. Is there a source code in java somewhere that I can use for my app?
The slowness of the range vs range calculation is making my app really frustrating to use.
Any help is much appreciated!
Thanks