ABSTRACT

An assignment problem is a tool that helps in the decision-making process of resource allocation. Every resource allocated to each job has a certain cost or payoff. Assignment problems help to optimize payoff or minimize costs. This paper presents an example of applying assignment problems using Python programming to solve the assignment of a business simulation laboratory assistant to the class. This paper presents programming examples of assignment problems in Python that will be useful for another implementation.