Skip to content

Witts-A/Restaurant-modeling-project

 
 

Repository files navigation

Work in Repl.it

CISC/CMPE 204 Modelling Project

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.

Structure

  • 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'

About

This project was made for a computer logic course. It is a restaurant finder where based on specific search criteria (Dietary restrictions ,Distance ,Price) the best result is given to the user. This program uses a computing logic library made for our class to solve this problem through modelling equations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%