diff --git a/searches/tabu_search.py b/searches/tabu_search.py index b93b3202..74c23f8b 100644 --- a/searches/tabu_search.py +++ b/searches/tabu_search.py @@ -252,62 +252,3 @@ if __name__ == "__main__": # Pass the arguments to main method sys.exit(main(parser.parse_args())) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -