Given concurrent surveys, with different due dates and CR requirements, how do we distribute call agent in order to minimize the total number of extension days required. This can be formulated as a Multiple Choice Knapsack Problem src
The code implements the a modified version of this stackoverflow answer.
Clone this repo using git clone https://github.com/INVOKE-Solutions/Call_Analyst_Optimization_Model_CAP_MODEL
Run the streamlit webapp using streamlit run streamlit.py
To deploy to the streamlit cloud, sign up here and follow the instructions here.