Welcome to the major project for CISC/CMPE 204 (Fall 2020)!
Change this README.md file to summarize your project (few sentences at most), and provide pointers to the general structure of the repository. How you organize and build things (which files, how you structure things, etc) is entirely up to you! The only things you must keep in place are what is already listed in the Structure section below.
For our modelling project, we chose to solve create a program which (using propositional logic) finds restaurants around the Kingston/Queen's campus area. We created a CSV file containing information about various restaurants around the downtown Kingston area to be read into the program. The user is then prompted with various questions and the program finds restaurants which will accommodate their preferences.
documents: Contains folders for both of your draft and final submissions. README.md files are included in both.run.py: General wrapper script that you can choose to use or not. Only requirement is that you implement the one function inside of there for the auto-checks.test.py: Run this file to confirm that your submission has everything required. This essentially just means it will check for the right files and sufficient theory size.restaurants.csv: Contains information on restaurants in a CSV file to be read into 'run.py'