Skip to content

Easy2Sim

Description

Easy2Sim is a open source C# simulation framework developed by the RISC Software GmbH. The goal of this framework is, that it allows fast development of simulation libraries and a good connection to other programs. Currently the framework support continuous and discrete-event simulation. By default the framework runs deterministically.

A continous simluation describes a system that changes at every time step. E.g. water running down a river or a temperature regulation for a room. In a discrete event simulation, events happen that change our system. E.g. a digital clock that changes the time every second.

The simulation framework has been build by the RISC Software GmbH in the Secure Prescriptive Analytics project.