SimSharp
SimSharp copied to clipboard
Sim# is a .NET port of SimPy, process-based discrete event simulation framework
Adds check for empty fuel pump before attempting to draw fuel in GasStationRefueling sample, preventing an invalid get request for 0 fuel. Note: this bug only materialises when attributes are...
Many processes can be standardized and a library of atomic processes can be created. In process models one creates a set of agents or entities and models their flow through...
It would be great if a simple animation framework could be integrated into Sim# in a way that visual objects can be defined and updates to the visual objects be...
# Problem I want to save the current state of Simulation object, so that it can be executed again next time。 I try to serialize Simulation object to json,but it...
Ability to merge monitors and to slice them has not been implemented in 3.2.
Is it possible to request resource with timeout. Context: I'm trying to simulate impatience and I stumble upon situation, when an order is stuck for very long on resource request...