Skip to content

A java implementation of a derivation of travelling salesman for electric vehicles and charging stations using eclipse IDE

License

Notifications You must be signed in to change notification settings

canuradha/Shortest-Path-Fuel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortest Fuel Path

An implementation of a derivation of travelling salesman for electric vehicles and charging stations where the path is calculated according to the fuel capacity of the vehicle and the possible shortest paths between fuel stations according to the fuel capacity limit of the vehicle.

Project Structure

  • src - Source files
  • network - all the property files necessary for network configuration can be found here each network should contain the following files:
    • A file containing start and stops positons along with the distances between them (eg: nt4.txt)
    • A config file contaning the network configurations (config3.properties)

About

A java implementation of a derivation of travelling salesman for electric vehicles and charging stations using eclipse IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages