We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To develop a branch-and-bound type algorithm that solves the scheduling problem optimally for small input graphs.
The base requirement as set by the client is to provide live visual feedback of the search for the optimal solution.
Must work for both Linux and windows
Must be packed in a jar and be invokable in the command line with parameters
Java —jar scheduler .jar
INPUT.dot P (OPTION) INPUT. dot a task graph with integer weights in dot format
P number of processors to schedule the INPUT graph on Optional:
—p N use N cores for execution in parallel (default is sequential)
—v visualise the search
—o output file is named OUTPUT (default is INPUT—output.dot)