Skip to content
#

assignment-problem

Here are 94 public repositories matching this topic...

Optimal Assignment is a famous topic in Operational Research. This projects contains a C program implementing a command line app that finds the optimal assignment. Given a set of jobs and a set of candidates, we have to assign each candidate a job. Assigning a job to a candidate has a particular cost. The problem is to find the assignment that e…

  • Updated Jul 31, 2021
  • C

Improve this page

Add a description, image, and links to the assignment-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assignment-problem topic, visit your repo's landing page and select "manage topics."

Learn more