Skip to content

Easy2Sim

Description

Easy2Sim is an open source C# simulation framework developed by the RISC Software GmbH. The goal of the framework is to allow fast development of simulation libraries and a good connection to other programs. The framework supports dynamic (continuous) and discrete-event simulation. By default the framework runs deterministically.

A dynamic simulation 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 the system, e.g. a digital clock that changes the time every second.

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

Installation

Easy2Sim is available as a NuGet package and targets .NET 8:

dotnet add package Easy2Sim

Next steps