Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 644 Bytes

File metadata and controls

21 lines (15 loc) · 644 Bytes

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