The Lottery Problem Verifier is designed to check if a set of lottery number combinations can cover all possible lottery outcomes.
- Python 3.x
- Optional: PyPy 3.x (for enhanced performance)
No additional installation is required. Ensure that Python 3.x is installed on your system. If desired, PyPy 3.x can be installed to execute the script with improved performance.
$ python3 scripts/verify_coverage.py
For improved performance, especially with complex verification tasks, use PyPy:
$ pypy3 scripts/verify_coverage.py