tsp_moler_test
    
    
    
      tsp_moler_test,
      a MATLAB code which
      calls tsp_moler(), which
      tries to optimize the traveling salesperson problem (TSP),
      written by Cleve Moler.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      tsp_moler,
      a MATLAB code which
      tries to optimize the traveling salesperson problem (TSP),
      written by Cleve Moler.
    
    
      Source Code:
    
    
      
    
    
      
    
    
      
        - 
          state_capitals_48_ll.csv, 
          two letter state abbreviation, latitude and longitude of 
          state capital, for each of the "lower 48" US states.
        
 
        - 
          state_capitals_50_ll.csv, 
          two letter state abbreviation, latitude and longitude of 
          state capital, for each of 50 US states.
        
 
      
    
    
    
      Last revised on 13 March 2023.