Class AgentsTasks


public class AgentsTasks extends BranchAndBound
BRANCH AND BOUND PROBLEM: THE PROBLEM OF ASSIGNING N TASK TO AGENTS
Author:
vicegd
  • Constructor Details

    • AgentsTasks

      public AgentsTasks(int n, int[][] c)
      Constructor for AgentsTasks objects
      Parameters:
      n - Size of the matrix of costs
      c - Matrix of costs