An open API service indexing awesome lists of open source software.

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.

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
```