Installing IRX - Integrated Reasoning Accelerator
Installing the Python module
There is currently a python module available, called IRX.
Install into Python
The IRX package can be installed through pip as shown below. You can also download and install the package directly at https://pypi.org/project/IRX/.
pip3 install irx
Use the module
Now that you have the module, you can use the Subset Sum in Python.
Updated 2 months ago