-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |