diff --git a/README.md b/README.md index 1cbd9ed..111501d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# Task Scheduler +# SOFTENG 306 Project 2 Team 2 - Task Scheduler This project is about using artificial intelligence and parallel processing power to solve a difficult scheduling problem. + +## Running the Project +Push a .dot file to the root directory of the project and run the command below. +``` +java -jar scheduler.jar +``` +- ``: an input dot file containing the graph description. +- ``: an integer number of processors the schedule will be performed on. + +## Acknowledgements +- Amy Rimmer (arim402@aucklanduni.ac.nz) +- Brendan Zhou (bz503@aucklanduni.ac.nz) +- Ellen Zhang (ezha122@aucklanduni.ac.nz) +- Ishaan Bhide (ibhi775@aucklanduni.ac.nz) +- Matthew Ouyang (wouy448@aucklanduni.ac.nz) +- Yuewen Zheng (azhe202@aucklanduni.ac.nz) \ No newline at end of file