Makespan is the total elapsed time from the start of the first task to the completion of the last task in a scheduled set. In multi-agent system orchestration, minimizing makespan is a primary optimization objective, as it directly correlates with system throughput and resource utilization. It is a critical measure for evaluating the efficiency of task allocation and scheduling algorithms, such as those used in workflow engines and distributed computing frameworks.
