Class AgentsTasksRandomValues

java.lang.Object
topics.greedy.agentsTasks.AgentsTasksRandomValues

public class AgentsTasksRandomValues extends Object
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 Details

    • AgentsTasksRandomValues

      public AgentsTasksRandomValues()
  • Method Details

    • main

      public static void main(String[] arg)
    • fillIn

      public static void fillIn(int[][] c)