Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan-Z committed Oct 1, 2022
1 parent 1f37e49 commit 5eb42ca
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <input_file.dot> <num_processors>
```
- `<input_graphvis.dot>`: an input dot file containing the graph description.
- `<processors>`: 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)

0 comments on commit 5eb42ca

Please sign in to comment.