Skip to content

Utilities for command line written in Go for ATS Trekmush!

Notifications You must be signed in to change notification settings

kcphysics/ATSGoUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATSGoUtils

Utilities for command line written in Go for ATS Trekmush!

Best Route Algorithm

The Best Route Algorithm goes as follows:

  1. Find the Direct Route (Unless either the Source or Target resides in DQ and the other does not)
  2. Calculate First Legs (Source to Gates), find minimum by distance
  3. Calculate Second Legs (Target to Gates), find minimum by distance

IF direct route is possible, compare against the sum of the distances of the shortest legs IF direct route is not possible, return the shortest legs

About

Utilities for command line written in Go for ATS Trekmush!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages