Searched refs:TaskBreadthWithId (Results 1 – 1 of 1) sorted by relevance
35 struct TaskBreadthWithId { struct39 TaskBreadthWithId(size_t breadth, size_t task_id) in TaskBreadthWithId() argument43 bool operator<(const TaskBreadthWithId& other) const { in operator <() argument56 std::vector<TaskBreadthWithId> task_breadth; in GreedyByBreadthAssignment()