Class AgentsTasksRandomValues
java.lang.Object
topics.greedy.agentsTasks.AgentsTasksRandomValues
GREEDY ALGORITHM PROBLEM: THE PROBLEM OF ASSIGNING N TASK TO AGENTS
This program serves to randomly generate a matrix
of costs (the size is introduced by the user).
This matrix will have random values between 1..999
- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AgentsTasksRandomValues
public AgentsTasksRandomValues()
-
-
Method Details
-
main
-
fillIn
public static void fillIn(int[][] c)
-