We are trying to create a workable schedule between Professors/Classes/Classrooms/Times.
We are trying to create a workable schedule by setting constraints surrounding all course information such as: the course being taught, what room the course is in, who teaches the course, and what time and day the course will be taught
## Starting the interface
Run `python3 start.py` in a terminal window.
1. navigate to the proper directory `cd ~/bucknellscheduler`
2. activate the virtual environment `source venv/bin/activate`
3. run the program that initiates the interface `python3 webserver.py`
## To Install or-tools on M1
Clone the OR Tools repo: `git clone -b master https://github.com/google/or-tools`