This repository contains two Streamlit apps that use the Nextmv Cloud platform to solve the Cutting Stock and Traveling Salesman problems, modeled and solved in the backend with the GAMS Control API and GAMSPy, respectively.
The requirements.txt
file contains all necessary packages to run the application and can be installed by
pip install -r requirements.txt
The streamlit application can then be run locally by the following command.
streamlit run <app-name>.py
The application should now be available at http://localhost:8501