Solvers for Panda Magazine puzzles
- clone the repo
- cd balance-point-estimation-prototype
- mkvirtualenv balancepoint
- pip install -r requirements.txt
> python backstab.py
At the top of backstab.py, you can edit MAX_STABBINGS to be lower than 30 to allow for a faster and less
memory-intensive run that doesn't fully solve the problem because it doesn't consider solutions with numbers above
that threshold.