Example for running a Python application on the Nextmv Platform using the HiGHS solver. We solve a knapsack Mixed Integer Programming problem.
-
Install packages.
pip3 install -r requirements.txt
-
Run the app.
python3 main.py -input input.json -output output.json -duration 30
Alternatively, you may reference the main.ipynb
Jupyter notebook which, in
addition to running locally, showcases how to push the app and run it remotely.