This is the repository for the project "Trafic au CERN". Our professors are Prof. Bastien Chopard and Prof. Pierre Leone. Our contact at CERN is Frédéric Magnin.
The simulation is running on Java (version 1.8). We are both running on Ubuntu and working with Eclipse.
We will use the model presented by Bastien Chopard and Alexandre Dupuis in "Networks and Spatial Economics, 3: (2003) 9–21". This is a cellular automata for simulation of traffic.
- Pavlos Tserevelakis, Bachelor of Computational Sciences, University of Geneva
- Raphaël Lutz, Bachelor of Computational Sciences, University of Geneva
git pull origin master
git add .
git commit -m "Some message"
git push origin master
First add
and commit
your changes (at least the .gitignore file). Then
git rm -r --cached .
git add .
git commit -m "Fixed untracked files"
git push origin master
Go into someBranch :
git checkout someBranch
Create new branch :
git branch someBranch
Show current branch :
git branch