| AssignmentProblem Methods |
The AssignmentProblem type exposes the following members.
| Name | Description | |
|---|---|---|
| DualCol |
Returns the dual optimal value for the specified column. | |
| DualRow |
Returns the dual optimal value for the specified row. | |
| MainTest |
Demo test the AssignmentProblem data type.
Takes a command-line argument N; creates a random N-by-N matrix;
solves the N-by-N assignment problem; and prints the optimal
solution. | |
| Sol |
Returns the column associated with the specified row in the optimal solution. | |
| Weight |
Returns the total weight of the optimal solution |