Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 517 Bytes

File metadata and controls

13 lines (9 loc) · 517 Bytes

Assignment Problem

Description

The assignment problem is solved using a Branch and Bound design and the programming language Java.

Mode of use

Store the files which includes the specifications of the problem to be solved in the 'data' directory. The file containing the specification of the problem to solve must be passed as a first argument and, optionally, a second file name can be passed to export the solution of the algorithm.