หัวข้อ: Assignment problem
ดูหนึ่งข้อความ
  #1  
Old 15 มีนาคม 2021, 10:45
share share ไม่อยู่ในระบบ
ลมปราณไร้สภาพ
 
วันที่สมัครสมาชิก: 23 เมษายน 2013
ข้อความ: 1,211
share is on a distinguished road
Default Assignment problem

The assignment problem is a fundamental combinatorial optimization problem.
In its most general form, the problem is as follows:

The problem instance has a number of agents and a number of tasks.
Any agent can be assigned to perform any task, incurring some cost that
may vary depending on the agent-task assignment.

It is required to perform as many tasks as possible by assigning at most one agent to
each task and at most one task to each agent,
in such a way that the total cost of the assignment is minimized.
ตอบพร้อมอ้างอิงข้อความนี้