Skip to content
#

optimization-methods

Here are 14 public repositories matching this topic...

Slides, exercises and resources for the 2023-2024 course "Advanced High Performance Computing" under the at "Scientific and Data-Intensive Computing" Master Program at University of Trieste

  • Updated May 24, 2024
  • C

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 optimization-methods 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 optimization-methods topic, visit your repo's landing page and select "manage topics."

Learn more