https://github.com/kenny2github/oec-2022
A project for the Ontario Engineering Competition 2022.
https://github.com/kenny2github/oec-2022
Last synced: about 1 year ago
JSON representation
A project for the Ontario Engineering Competition 2022.
- Host: GitHub
- URL: https://github.com/kenny2github/oec-2022
- Owner: Kenny2github
- License: apache-2.0
- Created: 2022-01-22T15:48:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T00:07:57.000Z (over 4 years ago)
- Last Synced: 2025-02-13T07:46:26.467Z (about 1 year ago)
- Language: Python
- Size: 9.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OEC-2022
A project for the Ontario Engineering Competition 2022.
# Prerequisites
Python 3.9 with numpy installed
# How to Run
## Producing the Output
```
cd heuristic_appr
python3 find_pairs.py
```
Then enter the relative (or absolute) path to the test case file, and the a and b values.
The output will be produced in the corresponding "Yoshi" file.
## Running the GUI
From the root of the project:
```
python3 -m garbage_router
```