RVRPSimulator model - MayerTh/RVRPSimulator GitHub Wiki

As you can see in the following figure (right click to enlarge), the main simulation elements are solution, network, structure and behavior elements.

![RVRPSimulator Elements] (https://github.com/MayerTh/RVRPSimulator/blob/master/vrpsim-core/uml-model/SimulationElementStructure.png)

In the following we will have a closer look to all these groups of elements, and how they are interacting with each other.

  1. [Network elements] (/MayerTh/RVRPSimulator/wiki/Network-elements)
  2. [Structure elements] (/MayerTh/RVRPSimulator/wiki/Structure-elements)
  3. [Behaviour elements] (/MayerTh/RVRPSimulator/wiki/Behaviour-elements)
  4. [Solution elements] (/MayerTh/RVRPSimulator/wiki/Solution-elements)