Skip to content
Guillaume Deterville-François edited this page Aug 13, 2021 · 11 revisions

Citysim logo.

Introduction

The purpose of this wiki is to help you in the creation of your XML code. Each page of this wiki explains a piece of XML code needed for CitySim. Each page will be accompanied by a sample XML code directly from the XML code of some city in Switzerland. Below there is a section to understand how CitySim Solver works. If you don't know how to use CitySim Pro there are videos that explain how the CitySim Pro interface works Click Here


If any information seems to be incorrect or you wish to add documentation please feel free to edit this wiki.

General diagram

Here is an outline of how the CitySim code works. In the main.cpp code there are different steps that are described. They will help you to better understand how the code works. The XML file will run in the main.cpp

  • You will find the information to build your XML code here

  • creation of empty stages to accommodate calculations

  • an iteration to perform pre-calculations

  • The simulation

  • Storage of the results Here