bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.71k stars 304 forks source link

How to import bindSolver ? #44

Closed rwayan closed 2 years ago

rwayan commented 3 years ago

Traceback (most recent call last): File "test.py", line 6, in import bindSolver ModuleNotFoundError: No module named 'bindSolver'

python test.py

bupticybee commented 3 years ago

Actually the python interface you are looking at is abandoned, I wrote the pybind interface a few months ago, and finally decide it's not so useful after all, so I remove the code for the python interface , in order to call this solver from python, you can refer to code in

https://github.com/bupticybee/TexasSolver/blob/master/TexasSolverTechDemo.ipynb

bupticybee commented 2 years ago

Closed because this issue has be inactive for too long. Reopen if necessary.