Example for running a Python application on the Nextmv Platform using the OR-Tools package and multiple CSV files. We solve a knapsack Mixed Integer Programming problem.
-
Install packages.
pip3 install -r requirements.txt
-
Run the app.
python3 main.py -input input -output output -duration 30 -provider SCIP