This is an implement to solve the real world scheduling problem in manufacturing scenario based on RCPSP algorithm. Powered by Google OR-Tools. Great thanks to lperron's perfect work.
- Install the requirements in terminal.
pip install -r requirements.txt
- Run backend service.
python app.py
- Try it with sample data on client side.
python sample_project.py