Is there any software ( preferably open source ) for which I can run a Monte Carlo simulation for fixed limit high draw poker ( maximum six-handed ) ? For example, ideally, the software would be able to have the utg open with hands from a specific strength or better ( say KKA+ ) and some other hands: e.g., straight flush draws, AK-high flush draws, A-high flush draws with a K discard, K-high flush draws with an ace discard, and even hands like AT965 with every suit distributed or AK(suited) with the other cards fitting specific criteria. Also, it would be nice if the simulator could simulate betting postdraw as well ( such as the Wilson Software products ).
If not, what are some decent compilers together with sites with suitable libraries that are useful for coding all of this? I don't want to spend more than half my time when awake coding and want to have something up and running in a few weeks on a system running on XP. I also remember reading something long ago concerning very efficient hand evaluation functions for 5-card draw, but can't seem to remember the site(s)/link(s).
poker-eval is the popular open source library for such things, I don't have a clue if it supports what you are after however: http://gna.org/projects/pokersource/
I don't think I've ever seen anything that works like this for draw poker (which is surprising as I would think it is actaully one of the easiest games to make a TTH type simulator for).