Skip to content

italogs/Capacitated-PCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Capacitated-PCP

Capacitated P-Center Problem

Dependencies

This project was developed using Julia 1.1.0

Instructions

To run a single experiment (on a single instance), you may run program/Main.jl, for example as:

julia src/Main.jl <instance_path> --cpu_time 200 --seed 0

Instances

Instances that were used can be downloaded from:
http://www.or.unimore.it/site/home/online-resources/capacitated-p-center-problem/instances.html
The instances should be placed inside the folder "instances".

References

  • Kramer, Iori, Vidal - 2019 - Mathematical models and search algorithms for the capacitated p-center problem

Releases

No releases published

Packages

No packages published

Languages

  • Julia 95.6%
  • Shell 4.4%