| 
    Parameters:
        TimeLimit- Limits the total time expended (in seconds). Positive integer. 
          Default=600.OutputFlag- Controls the output log. Boolean. Default=False (0).RandomSeed- Sets the random seed number. Integer. Default=1.ReportInterval- Controls the frequency at which log lines are printed (iteration 
          number). Default=1073741823.Backtruck- Controls the maximum backtrucks. Default=100.MaxIteration- Sets the maximum numbers of iterations. Default=1073741823.Tenure- Controls a parameter of tabu search (initial tabu tenure). 
          Default=0.Makespan- Sets the objective function. Makespan is True if the objective is
          to minimize the makespan (maximum completion time), is False 
          otherwise, i.e., to minimize the total weighted tardiness of 
          activities. Default=False. |