Constraint-based approaches for Balancing Bike Sharing Systems
Experiment id: cp2013-GRU
This experiment are results presented in the following paper in the proceedings of CP 2013, edited by Christian Schulte,
published by Springer.
Constraint-based approaches for Balancing Bike Sharing Systems,
by
Luca Di Gaspero, Andrea Rendl, Tommaso Urli
Note: the experiment id and url contained here are not persistent and are subject to change
- Experiment authors:
Luca Di Gaspero, Andrea Rendl, Tommaso Urli. - Made recomputable by: Lars Kotthoff
- Approximate timescale after boot: weeks.
- Experiment URL: http://recomputation.org/cp2013/GRU.html
- Live URL: https://live.recomputation.org:8443/job/bbcs-cp/
Recomputation Downloads
- Vagrant Box. Approx 850 MB.
Note that this file is actually a tarfile containing VirtualBox files so may also be used directly with VirtualBox. All code in this machine is open source except for VirtualBox Guest Additions, which are included in binary form.- md5sum
51d02a6c8ef7135a650fc239df522e01
- md5sum
Quick Instructions for running
These instructions should work in a unix-like system with vagrant and VirtualBox installed.
The URL to obtain the Vagrant box for this experiment ishttp://recomputation.org/cp2013/GRU/recomputation-cp2013-GRU.box
mkdir anydir
cd anydir
vagrant init cp2013-GRU http://recomputation.org/cp2013/GRU/recomputation-cp2013-GRU.box
vagrant up
This should run the experiment and create a new results directory in the current directory.
It will leave a virtual machine running. When this has finished enter
vagrant halt
which will stop the virtual machine (but leave a copy of it on your system.)
Further Instructions
General instructions for installing and running experiments from recomputation are contained on a general page. We also give further instructions on e.g. removing a box or repackaging it after you make changes.
The experiment will run automatically when the box is started by “vagrant up”. To disable this use this command instead
vagrant up --no-provision
Security Warning
There are inevitable security risks in running any executable and/or virtual machine downloaded from the internet. You should take appropriate precautions.
History
September 17, 2013. Page set up.
September 18, 2013. Add live URL.