Class AgentsTasks
java.lang.Object
topics.branchandbound.util.BranchAndBound
topics.branchandbound.AgentsTasks
BRANCH AND BOUND PROBLEM: THE PROBLEM OF ASSIGNING N TASK TO AGENTS
- Author:
- vicegd
-
Field Summary
Fields inherited from class BranchAndBound
bestNode, ds, pruneLimit, rootNode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BranchAndBound
branchAndBound, getBestNode, getRootNode, printSolutionTrace
-
Constructor Details
-
AgentsTasks
public AgentsTasks(int n, int[][] c) Constructor for AgentsTasks objects- Parameters:
n- Size of the matrix of costsc- Matrix of costs
-