Skip to content

danielyamin97/BPC_mEVRSPTW_exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This program executes the BPC algorithm for the Electric Vehicle Routing and Overnight Charging Scheduling Problem, 
as reported in [Pending].

The program must be in the same path as a "data" file folder, which must contain the instances' files (available on the VRPREP).

To run the algorithms, access the command prompt and run the following command: mE-VRSPTW.exe X Y Z, where 
   - X is the instance name you want to execute (e.g., R101).
   - Y is the number of customers (e.g., 25). 
   - Z is the vehicles' load capacity (e.g., 200)

The solution and log are reported in the corresponding files (in the data folder). 

Enjoy! If you have any questions, feel free to contact me at d.yamin@uniandes.edu.co.   
 

About

A program to solve the mEVRSPTW with a BPC algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published