/parallel-task-scheduler

A* task scheduler with dependency resolution and real-time visualisation

Primary LanguageJava

306-scheduling

Build Status

Parallel processor task scheduling application with visualisation, built with Java and ParallelTask.

Command-line usage

java -jar scheduler.jar INPUT.dot P [OPTION]

  • INPUT.dot .dot file representing the task graph
  • P number of processors to schedule on
  • [OPTION]
    • -v visualise search
    • -o specify output file (default is INPUT-output.dot)

Building from source

execute the maven goal: clean compile assembly:single

Final release with source code and jar download

Final release tag

Documentation, implementation decisions

Hi-5 Team Wiki

Planning, timeline, issue tracking

https://trello.com/b/T6QTKZpC/hi-5

Team Hi-5

  • Edison Rho (@OurEdds)
  • Eli Salter (@elisalter)
  • Samule Li (@sli473)
  • Zihao Yang (@zihao123yang)
  • Sueyeon Lee (@sy133)
  • Nathan Hur (@Nateeo) (Team Leader)