Skip to main content

std::vector<abstract_command*> sort_topologically(
    command_set unmarked)

Description

Topologically sort a command-set as returned from command_graph_generator::build_task() such that sequential execution satisfies all dependencies. TODO refactor command_graph_generator to intrinsically generate commands in dependency-order.

Parameters

command_set unmarked