文件名称:1
介绍说明--下载内容均来自于网络,请自行研究使用
任务分配问题
问题描述:
N个任务分配给n个人,任务j分配给人i的成本是C[I,j],希望完成所有任务的成本最低,算法如何设计?
编程任务:
给定任务表示如下表,编程计算所需完成任务最低的成本。
数据输入:
请自己定义。
结果输出:
程序运行结束时,将计算结果输出到文件output.txt中。-Task allocation problem Problem Descr iption: the N tasks assigned to the n individuals, the cost of task j allocation gives i C [I, J] want to complete all the tasks of the lowest cost, the algorithm is how to design? Programming task: given task the following table, programming required to complete the task the lowest cost. Data input: your own definition. Output: the end of the run, the calculation results output to the file output.txt.
问题描述:
N个任务分配给n个人,任务j分配给人i的成本是C[I,j],希望完成所有任务的成本最低,算法如何设计?
编程任务:
给定任务表示如下表,编程计算所需完成任务最低的成本。
数据输入:
请自己定义。
结果输出:
程序运行结束时,将计算结果输出到文件output.txt中。-Task allocation problem Problem Descr iption: the N tasks assigned to the n individuals, the cost of task j allocation gives i C [I, J] want to complete all the tasks of the lowest cost, the algorithm is how to design? Programming task: given task the following table, programming required to complete the task the lowest cost. Data input: your own definition. Output: the end of the run, the calculation results output to the file output.txt.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.cpp